This command is used to set the possible min. and max. target temperature values.
Byte index
Hex value - Meaning
0
08 – The command code.
1
XX – lower temperature limit. Min. allowed Default value: 0x05 (5°C).
2
XX – upper temperature limit. Max. allowed Default value: 0x1E (30°C).
Example command: 0x081018 – Sets the lower temp. limit to 16°C and the upper temp. limit to 24°C.
This command is used to get the possible min. and max. target temperature values.
Sent request
Received response
15 – Command code.
15 – The command code.
XX – Lower temperature limit in °C.
XX – Upper temperature limit in °C.
Example command: 0x15
Example response: 0x15051E – The lower temp. limit is 5°C and the upper temperature limit is 30°C.
The range for the permitted values is:
lower limit - no smaller than 0x05 (5°C)
higher limit - no greater than 0x1E (30°C)
Last updated 3 months ago
Was this helpful?