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