12.06.2020, 09:38
If you want the value to send 500.600... then you have to do it other way around. This is simple enumeration.
500 | 1
600 | 2
If you want to display 500 and send 500 then do it like 500 | 500 ...
It goes back to minimum as you send them 1,2,3,4 so thermostat is sending minimum value back.
500 | 1
600 | 2
If you want to display 500 and send 500 then do it like 500 | 500 ...
It goes back to minimum as you send them 1,2,3,4 so thermostat is sending minimum value back.
------------------------------
Ctrl+F5
Ctrl+F5