fix remote thermostat roomtemp

This commit is contained in:
MichaelDvP
2021-04-30 15:15:07 +02:00
parent 2b95a0d125
commit 4f98b4bb21

View File

@@ -299,6 +299,7 @@ std::shared_ptr<Thermostat::HeatingCircuit> Thermostat::heating_circuit(std::sha
// not found, search device-id types for remote thermostats
if (telegram->src >= 0x18 && telegram->src <= 0x1B) {
hc_num = telegram->src - 0x17;
toggle_ = true;
}
// still didn't recognize it, ignore it