The set temperature function seems to have some outdated code for getting min and max of a register. ``` min_value = int(device.registry.REG_TC_SP.min / 10) max_value = int(device.registry.REG_TC_SP.max / 10) ``` Should be like the above I think.
The set temperature function seems to have some outdated code for getting min and max of a register.
Should be like the above I think.