For the complete documentation index, see llms.txt. This page is also available as Markdown.

LED indication mode

Byte index

Hex value – Meaning

0

5B – The command code.

1

00 - Turn off the continuous LED indication of the radio joining status;

01 - Turn on the continuous LED indication of the radio joining status. Default value.

Example downlink: 0x5B00 – Turn off the continuous LED indication of the radio joining status.

Byte index

Sent request

Received response

0

5C – Command code

5C – Command code

1

00 - The continuous LED indication of the radio joining status is turned off; 01 - The continuous LED indication of the radio joining status is turned on.

Example downlink sent by the server: 0x5C;

Example command response: 0x5C00 – The continuous LED indication of the radio joining status is turned off.

Last updated

Was this helpful?