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

Child lock

When the child lock function is on, all buttons on the front panel of the device are locked for manual control.

Byte index

Hex value – Meaning

0

07 – The command code.

1

00 – Turn off the child lock function; Default value of 0x00, disabled

01 – Turn on the child lock function.

Example downlink: 0x0701 – Turn on the child lock function.

Byte index

Sent request

Received response

0

14 – Command code

14 – Command code

1

00 - Child-lock is disabled; 01 - Child lock is enabled

Example downlink sent from server: 0x14;

Example uplink response: 0x1401 – The child-lock is enabled

Last updated

Was this helpful?