fix wrong offset in set_party

This commit is contained in:
kwertie01
2022-04-11 11:57:42 +02:00
parent 49eb049533
commit cffc2695dd

View File

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