Skip to content

Commit d70e6a6

Browse files
authored
Change to outdoor_air_temperature
1 parent 948eed8 commit d70e6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def _appliance_measurements(
826826
self._cooling_activation_outdoor_temp = data.get(measurement)
827827
if measurement == "cooling_deactivation_threshold":
828828
self._cooling_deactivation_threshold = data.get(measurement)
829-
if measurement == "outdoor_unit_temperature":
829+
if measurement == "outdoor_air_temperature":
830830
self._outdoor_temp = data.get(measurement)
831831

832832
i_locator = f'.//logs/interval_log[type="{measurement}"]/period/measurement'

0 commit comments

Comments
 (0)