File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ def getBoilerTargetTemperature(self):
103103 def getDomesticHotWaterChargingLevel (self ):
104104 return self .service .getProperty ("heating.dhw.charging.level" )["properties" ]["value" ]["value" ]
105105
106- @handleNotSupported
107- def getBoilerCommonSupplyTemperature (self ):
108- return self .service .getProperty ("heating.boiler.sensors.temperature.commonSupply" )["properties" ]["value" ]["value" ]
109-
110106 @handleNotSupported
111107 def getPowerConsumptionUnit (self ):
112108 return self .service .getProperty ("heating.power.consumption.total" )["properties" ]["day" ]["unit" ]
Original file line number Diff line number Diff line change @@ -364,6 +364,10 @@ def getReturnTemperatureSecondaryCircuit(self):
364364 return self .service .getProperty ("heating.secondaryCircuit.sensors.temperature.return" )["properties" ]["value" ][
365365 "value" ]
366366
367+ @handleNotSupported
368+ def getBoilerCommonSupplyTemperature (self ):
369+ return self .service .getProperty ("heating.boiler.sensors.temperature.commonSupply" )["properties" ]["value" ]["value" ]
370+
367371
368372class HeatingDeviceWithComponent :
369373 """This is the base class for all heating components"""
You can’t perform that action at this time.
0 commit comments