diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index bbbba6a1a..cb90b27b6 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -1750,7 +1750,6 @@ void Thermostat::console_commands(Shell & shell, unsigned int context) { [=](Shell & shell __attribute__((unused)), const std::vector & arguments) { set_ww_mode(arguments.front()); }, [](Shell & shell __attribute__((unused)), const std::vector & arguments __attribute__((unused))) -> const std::vector { return std::vector{read_flash_string(F("off")), read_flash_string(F("on")), read_flash_string(F("auto")) - }; });