Skip to content

Commit

Permalink
Update LED2111G6.md (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manni51 authored Dec 13, 2024
1 parent 08d46c0 commit 7db0abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/devices/LED2111G6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |


Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7db0abe

Please sign in to comment.