From 7db0abecf348060600b500d39c04f9a1916ed9bb Mon Sep 17 00:00:00 2001 From: Manni51 <148360966+Manni51@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:42:34 +0100 Subject: [PATCH] Update LED2111G6.md (#3324) --- docs/devices/LED2111G6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/devices/LED2111G6.md b/docs/devices/LED2111G6.md index 582296431367..409bf2550aac 100644 --- a/docs/devices/LED2111G6.md +++ b/docs/devices/LED2111G6.md @@ -18,7 +18,7 @@ pageClass: device-page | Model | LED2111G6 | | Vendor | [IKEA](/supported-devices/#v=IKEA) | | Description | TRADFRI bulb E14, color/white spectrum, globe, opal, 806 lm | -| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy, level_config), effect, power_on_behavior, color_options, identify, linkquality | +| Exposes | light (state, brightness, color_hs, color_temp, color_temp_startup, color_xy, level_config), effect, power_on_behavior, color_options, identify, linkquality | | Picture | ![IKEA LED2111G6](https://www.zigbee2mqtt.io/images/devices/LED2111G6.png) | @@ -60,6 +60,7 @@ This light supports the following features: `state`, `brightness`, `color_temp`, - `{"color": {"r": R, "g": G, "b": B}}` e.g. `{"color":{"r":46,"g":102,"b":150}}` - `{"color": {"rgb": "R,G,B"}}` e.g. `{"color":{"rgb":"46,102,150"}}` - `{"color": {"hex": HEX}}` e.g. `{"color":{"hex":"#547CFF"}}` +- `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":""}}` #### On with timed off 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.