πKeys lock
You can decide that you want to lock some of the keys of the FCT and disable their use. Example - you may want to disable changing the fan speed.
You can disable one or a combination of keys with the command:
Byte index | Hex value β Meaning |
0 | 07 β The command code. |
1 | 00: No keys locked. Default value. 01: Lock all keys. 02: Lock ON/OFF and mode change. 03: Lock ON/OFF. 04: Lock all keys except ON/OFF key. 05: Lock mode change. |
Example command: 0x0705 β disables changing the mode through the button.
Last updated