LED indication mode
This command controls the LED behavior of the device when it is in normal operational mode. This only applies to the network connectivity state of the device (the status changes whether manual, due to a protection event or the network join procedure are not affected).
Assuming your device has properly joined the network and there is no event is undergoing currently, you would have the LED either solidly on or completely off (selectable via the command below).
Byte index
Hex value – Meaning
0
5B – The command code.
1
00 - Turn off the continuous LED indication;
01 - Turn on the continuous LED indication. Default value.
Example downlink: 0x5B00 – Turn off the continuous LED indication.
Byte index
Sent request
Received response
0
5C – Command code
5C – Command code
1
00 - The continuous LED indication is turned off; 01 - The continuous LED indication is turned on.
Example downlink sent by the server: 0x5C;
Example command response: 0x5C00 – The continuous LED indication is turned off.
Last updated
Was this helpful?