Skip to content

Commit 19808e6

Browse files
committed
Repopulate GatewayData class after rebase
1 parent 702bd3e commit 19808e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

plugwise/constants.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,12 @@
389389
class GatewayData(TypedDict, total=False):
390390
"""The Gateway Data class."""
391391

392-
392+
cooling_present: bool
393+
gateway_id: str
394+
heater_id: str
395+
item_count: int
396+
notifications: dict[str, dict[str, str]]
397+
smile_name: str
393398

394399
class ModelData(TypedDict):
395400
"""The ModelData class."""

0 commit comments

Comments
 (0)