Heating status flag
The heating status flag is a small icon that appears on the display of the Wireless Thermostat when the target temperature is higher than the measured temperature.
You can select two options - it can show automatically or it can show only when you instruct it.
Automatic heating status flag
Byte index
Hex value – Meaning
0
37 – The command code.
1
00 – Turn off the automatic mode;
01 – Turn on the automatic mode. Default.
Example downlink: 0x3701 – Turn on the automatic mode.
Manual heating status flag
Byte index
Hex value – Meaning
0
31 – The command code.
1
00 – Hide the heating flag;
01 – Show the heating flag;
Example downlink: 0x3101 – Show the heating flag heating.
Last updated
Was this helpful?