mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix wrong offset in set_party
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user