From ae1e2eccd23f2a40957cc5db1129e67831129285 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sun, 18 Jul 2021 20:40:51 +0200 Subject: [PATCH] minExtTemp for RC300 --- src/devices/thermostat.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index b57d9bc69..3a8d1de30 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -2173,6 +2173,13 @@ void Thermostat::register_device_values() { FL_(ibaBuildingType), DeviceValueUOM::LIST, MAKE_CF_CB(set_building)); + register_device_value(TAG_THERMOSTAT_DATA, + &ibaMinExtTemperature_, + DeviceValueType::INT, + nullptr, + FL_(ibaMinExtTemperature), + DeviceValueUOM::DEGREES, + MAKE_CF_CB(set_minexttemp)); register_device_value(TAG_THERMOSTAT_DATA, &wwSetTemp_, DeviceValueType::UINT, nullptr, FL_(wwSetTemp), DeviceValueUOM::DEGREES, MAKE_CF_CB(set_wwtemp)); register_device_value(TAG_THERMOSTAT_DATA, &wwMode_, DeviceValueType::ENUM, FL_(enum_wwMode), FL_(wwMode), DeviceValueUOM::LIST, MAKE_CF_CB(set_wwmode)); register_device_value(