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.
Byte index
Sent request
Received response
0
38 – Command code
38 – Command code
1
00 - The automatic heating status flag is turned OFF 01 - The automatic heating status flag is turned ON
Example downlink sent from server: 0x38;
Example command response: 0x3801 – The heating flag appears automatically when the target temperature is above the measured temperature.
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.
Byte index
Sent request
Received response
0
32 – Command code
32 – Command code
1
00 - The heating flag is hidden. 01 - The heating flag is shown.
Example downlink sent by the server: 0x32;
Example uplink response: 0x3201 – The heating flag is shown.
Last updated
Was this helpful?