add EMS_DEVICE_FLAG_BC400, sort wwmodes #1452

This commit is contained in:
MichaelDvP
2023-11-22 19:45:06 +01:00
parent 2edfe0f42c
commit 40a79c51ce
8 changed files with 94 additions and 40 deletions

View File

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