Skip to content

Commit ddbfdfb

Browse files
committed
Update related constant-definition
1 parent e64b4fd commit ddbfdfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ class DeviceData(TypedDict, total=False):
552552
last_used: str | None
553553
select_schedule: str
554554

555-
mode: str
555+
climate_mode: str
556556
# Extra for Adam Master Thermostats
557557
control_state: str | bool
558558

tests/data/adam/adam_multiple_devices_per_zone.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"off"
405405
],
406406
"select_schedule": "off",
407-
"mclimate_modeode": "heat",
407+
"climate_mode": "heat",
408408
"sensors": {
409409
"temperature": 15.6,
410410
"setpoint": 5.5,

0 commit comments

Comments
 (0)