Skip to content

Commit 7db0abe

Browse files
authored
Update LED2111G6.md (#3324)
1 parent 08d46c0 commit 7db0abe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/devices/LED2111G6.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pageClass: device-page
1818
| Model | LED2111G6 |
1919
| Vendor | [IKEA](/supported-devices/#v=IKEA) |
2020
| Description | TRADFRI bulb E14, color/white spectrum, globe, opal, 806 lm |
21-
| Exposes | light (state, brightness, color_temp, color_temp_startup, color_xy, level_config), effect, power_on_behavior, color_options, identify, linkquality |
21+
| Exposes | light (state, brightness, color_hs, color_temp, color_temp_startup, color_xy, level_config), effect, power_on_behavior, color_options, identify, linkquality |
2222
| Picture | ![IKEA LED2111G6](https://www.zigbee2mqtt.io/images/devices/LED2111G6.png) |
2323

2424

@@ -60,6 +60,7 @@ This light supports the following features: `state`, `brightness`, `color_temp`,
6060
- `{"color": {"r": R, "g": G, "b": B}}` e.g. `{"color":{"r":46,"g":102,"b":150}}`
6161
- `{"color": {"rgb": "R,G,B"}}` e.g. `{"color":{"rgb":"46,102,150"}}`
6262
- `{"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":""}}`
6364

6465
#### On with timed off
6566
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

Comments
 (0)