mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
@@ -1022,11 +1022,11 @@ void Thermostat::process_RC300Summer2(std::shared_ptr<const Telegram> telegram)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hc->statusbyte & 1) {
|
if (hc->statusbyte & 1) {
|
||||||
has_update(telegram, hc->summermode, 0);
|
has_update(telegram, hc->summersetmode, 0);
|
||||||
has_update(hc->hpoperatingmode, EMS_VALUE_UINT_NOTSET);
|
has_update(hc->hpoperatingmode, EMS_VALUE_UINT_NOTSET);
|
||||||
} else {
|
} else {
|
||||||
has_update(telegram, hc->hpoperatingmode, 0);
|
has_update(telegram, hc->hpoperatingmode, 0);
|
||||||
has_update(hc->summermode, EMS_VALUE_UINT_NOTSET);
|
has_update(hc->summersetmode, EMS_VALUE_UINT_NOTSET);
|
||||||
}
|
}
|
||||||
has_update(telegram, hc->summertemp, 1);
|
has_update(telegram, hc->summertemp, 1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user