Set LED behavior
This command controls the LEDs on the top cover of the device. You can select any of the 4 and adjust its light pattern and the time it is on for.
The command explanation is in the table below.
Byte index | Hex value - Meaning |
0 | 02 β The command code |
1 | XX β LED ID 00 - LED responsible for Open 01 - LED responsible for Close 02 - LED responsible for Leakage 03 - LED responsible for Flood |
2 | XX β LED behavior 01 - ON 02 - Blink fast 03 - Blink slow 04 - OFF |
3 | XX - duration for the specified LED behavior in seconds. If zero, do it until next LED related command is received or the verify button is pressed. |
Example command: 0x02020214
02[HEX] = 02[DEC] -> activate the Leakage LED
02[HEX] = 02[DEC] -> make the LED Blink fast
14[HEX] = 20[DEC] -> make the LED Blink for 20 seconds
Last updated