fix Incorrect Thermostat mode mapping in Home Assistant (RC310) #66

This commit is contained in:
proddy
2021-05-16 13:48:48 +02:00
parent de63d10e3d
commit 4bce819bd3
2 changed files with 17 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ class Thermostat : public EMSdevice {
int16_t remotetemp; // for readback
uint8_t tempautotemp;
uint8_t mode;
uint8_t hamode; // special mode for HA. See https://github.com/emsesp/EMS-ESP32/issues/66
uint8_t modetype;
uint8_t summermode;
uint8_t holidaymode;