thermostat RC300 mode

This commit is contained in:
MichaelDvP
2023-11-14 10:53:20 +01:00
parent 3b30083e7c
commit 4f1ef297c7
5 changed files with 25 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ class Thermostat : public EMSdevice {
uint8_t tempautotemp;
int8_t remoteseltemp;
uint8_t mode;
uint8_t mode_new;
uint8_t mode_new = EMS_VALUE_UINT_NOTSET; // not initialized by register_value
uint8_t modetype;
uint8_t summermode;
uint8_t holidaymode;