fix RC300 summertemp, mode

This commit is contained in:
MichaelDvP
2023-11-13 18:01:14 +01:00
parent f34be2a884
commit 84fab951ba
5 changed files with 18 additions and 7 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;