mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix wrong offset in set_party
This commit is contained in:
@@ -1986,7 +1986,7 @@ bool Thermostat::set_party(const char * value, const int8_t id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (value == nullptr) {
|
if (value == nullptr) {
|
||||||
read_command(timer_typeids[hc->hc()], 85, 1);
|
read_command(timer_typeids[hc->hc()], 86, 1);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user