Uplink types
Set uplink messages type command explanation.
This command is used to set Wireless Thermostat uplink message type.
Byte index
Hex value – Meaning
0
11 – The command code.
1
00 – Wireless Thermostat sends unconfirmed uplink messages; Default.
01 – Wireless Thermostat sends confirmed uplink messages.
Example command: 0x1101 – The server sets the uplink message type to confirmed.
Get uplink messages type command explanation
This command is used to get Wireless Thermostat uplink messages type. Server sends the command code and the response is sent from the Wireless Thermostat together with the next keep-alive command. The keep-alive in the example is omitted for clarity.
Byte index
Sent request
Received response
0
1B – Command code.
1B – The command code.
1
00 – Wireless Thermostat uses unconfirmed uplinks uplinks;
01 – Wireless Thermostat uses confirmed uplinks.
Example command sent from server: 0x1B;
Example command response: 0x1B00 => Wireless Thermostat sends unconfirmed uplinks
Last updated
Was this helpful?