mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Merge branch 'dev' of https://github.com/proddy/EMS-ESP into dev
This commit is contained in:
@@ -723,9 +723,9 @@ void publishValues(bool force) {
|
||||
} else if (thermoMode == 2) {
|
||||
dataThermostat[THERMOSTAT_MODE] = "auto";
|
||||
} else if (thermoMode == 3) {
|
||||
dataThermostat[THERMOSTAT_MODE] = "night";
|
||||
dataThermostat[THERMOSTAT_MODE] = "off"; // for night
|
||||
} else if (thermoMode == 4) {
|
||||
dataThermostat[THERMOSTAT_MODE] = "day";
|
||||
dataThermostat[THERMOSTAT_MODE] = "heat"; // for day
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define APP_VERSION "1.9.2b9"
|
||||
#define APP_VERSION "1.9.2b10"
|
||||
|
||||
Reference in New Issue
Block a user