fix wrong offset in set_party

This commit is contained in:
kwertie01
2022-04-12 06:34:13 +02:00
committed by Friso
parent 8839909425
commit f23bf270d0
+1 -1
View File
@@ -1970,7 +1970,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;
}