mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
typo
This commit is contained in:
@@ -1238,7 +1238,7 @@ void Thermostat::process_RC300Curve(std::shared_ptr<const Telegram> telegram) {
|
||||
has_enumupdate(telegram, hc->nofrostmode, 5, 1); // 1-room, 2-outdoor, 3- room & outdoor
|
||||
has_update(telegram, hc->nofrosttemp, 6);
|
||||
|
||||
if (hc->heatingtype < 3) {
|
||||
if (hc->heatingtype < 2) {
|
||||
has_update(telegram, hc->maxflowtemp, 8);
|
||||
} else {
|
||||
has_update(telegram, hc->maxflowtemp, 7);
|
||||
|
||||
Reference in New Issue
Block a user