Merge a30, fix summer/holidaymode, ww_mode in thermostat

This commit is contained in:
MichaelDvP
2020-06-28 07:08:41 +02:00
7 changed files with 125 additions and 44 deletions

View File

@@ -868,7 +868,7 @@ void EMSESP::console_commands(Shell & shell, unsigned int context) {
uint8_t watch = emsesp::EMSESP::watch();
if (watch == WATCH_OFF) {
shell.printfln(F("Watching telegrams is off"));
shell.printfln(F("Watch is off"));
return;
}