Skip to content

Commit 1d0bb34

Browse files
committed
Update in legacy too
1 parent ddbfdfb commit 1d0bb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/legacy/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _device_data_climate(self, device: DeviceData, data: DeviceData) -> None:
8787
self._count += 2
8888

8989
# Operation modes: auto, heat
90-
data["mode"] = "auto"
90+
data["climate_mode"] = "auto"
9191
self._count += 1
9292
if sel_schedule in (NONE, OFF):
93-
data["mode"] = "heat"
93+
data["climate_mode"] = "heat"

0 commit comments

Comments
 (0)