Merge branch 'dev' of https://github.com/proddy/EMS-ESP into dev

This commit is contained in:
Paul
2019-10-18 13:20:10 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}
}
}

View File

@@ -1 +1 @@
#define APP_VERSION "1.9.2b9"
#define APP_VERSION "1.9.2b10"