diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index c4778a232..6e61b9886 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -1986,7 +1986,7 @@ bool Thermostat::set_party(const char * value, const int8_t id) { } if (value == nullptr) { - read_command(timer_typeids[hc->hc()], 85, 1); + read_command(timer_typeids[hc->hc()], 86, 1); return true; }