# Set RGBW color to red
shelly rgbw set living-room --red 255 --green 0 --blue 0
# Set RGBW with white channel
shelly rgbw set living-room -r 255 -g 200 -b 150 --white 128
# Set RGBW with brightness
shelly rgbw color living-room -r 0 -g 255 -b 128 --brightness 75
# Set only white channel
shelly rgbw set living-room --white 200
-b, --blue int Blue value (0-255) (default -1)
--brightness int Brightness (0-100) (default -1)
-g, --green int Green value (0-255) (default -1)
-h, --help help for set
-i, --id int RGBW component ID (default 0)
--on Turn on
-r, --red int Red value (0-255) (default -1)
-w, --white int White channel value (0-100) (default -1)