Skip to content

Commit 3e70276

Browse files
committed
Update typing
1 parent 1f71c60 commit 3e70276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class ZoneData(TypedDict, total=False):
521521

522522
dev_class: str
523523
name: str
524-
members: dict[str, str] # TODO complete
524+
members: dict[str, set[str]]
525525
climate_mode: str
526526
# Extra for Adam Master Thermostats
527527
control_state: str | bool

0 commit comments

Comments
 (0)