You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,6 +60,7 @@ This light supports the following features: `state`, `brightness`, `color_temp`,
60
60
-`{"color": {"r": R, "g": G, "b": B}}` e.g. `{"color":{"r":46,"g":102,"b":150}}`
61
61
-`{"color": {"rgb": "R,G,B"}}` e.g. `{"color":{"rgb":"46,102,150"}}`
62
62
-`{"color": {"hex": HEX}}` e.g. `{"color":{"hex":"#547CFF"}}`
63
+
-`color_hs`; To control the HS color publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"color": {"hue": HUE_VALUE, "saturation": SATURATION_VALUE}}` (e.g. `{"color":{"hue":12,"saturation":96}}`). To read the HS Color send a message to `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"color":{"hue":"","saturation":""}}`
63
64
64
65
#### On with timed off
65
66
When setting the state to ON, it might be possible to specify an automatic shutoff after a certain amount of time. To do this add an additional property `on_time` to the payload which is the time in seconds the state should remain on.
0 commit comments