Skip to content

Commit 44b3c11

Browse files
authored
Lidl HG08008: Add pairing notes (Koenkk#2916)
1 parent 2ff45bf commit 44b3c11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/devices/HG08008.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ pageClass: device-page
2323

2424

2525
<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
26+
## Notes
2627

28+
### Pairing
29+
Factory resetting: keep OFF for at least 10 seconds, 3x power ON/OFF, keep powered on last on, device starts to blink and goes into pairing mode.
2730

2831
<!-- Notes END: Do not edit below this line -->
2932

@@ -41,7 +44,7 @@ pageClass: device-page
4144

4245
## Exposes
4346

44-
### Light
47+
### Light
4548
This light supports the following features: `state`, `brightness`, `color_temp`, `color_xy`.
4649
- `state`: To control the state publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": "ON"}`, `{"state": "OFF"}` or `{"state": "TOGGLE"}`. To read the state send a message to `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state": ""}`.
4750
- `brightness`: To control the brightness publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"brightness": VALUE}` where `VALUE` is a number between `0` and `254`. To read the brightness send a message to `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"brightness": ""}`.

0 commit comments

Comments
 (0)