From c8bf4cae17981bd040ccbd91da7c41102afe106a Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Tue, 4 Mar 2025 07:36:31 +0100 Subject: [PATCH] typo --- src/devices/thermostat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 0b48649fc..350b750ea 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -1238,7 +1238,7 @@ void Thermostat::process_RC300Curve(std::shared_ptr 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);