add thermostat remotetemp

This commit is contained in:
MichaelDvP
2021-04-22 13:51:12 +02:00
parent 7baf5c1d9a
commit 7cabae7ef5
3 changed files with 7 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ class Thermostat : public EMSdevice {
int16_t setpoint_roomTemp;
int16_t curr_roomTemp;
uint8_t tempautotemp;
int16_t remotetemp; // for readback
uint8_t tempautotemp;
uint8_t mode;
uint8_t modetype;
uint8_t summermode;