Skip to content

Commit ecacccd

Browse files
committed
Add new items to DeviceData class
1 parent 0ef6aa1 commit ecacccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,10 @@ class DeviceData(TypedDict, total=False):
519519
dhw_modes: list[str]
520520

521521
# Gateway
522-
select_regulation_mode: str
522+
gateway_modes: list[str]
523523
regulation_modes: list[str]
524+
select_gateway_mode: str
525+
select_regulation_mode: str
524526

525527
# Master Thermostats
526528
# Presets:

0 commit comments

Comments
 (0)