Skip to content

Commit df490d0

Browse files
committed
Add new constants.py
1 parent 26d1c8f commit df490d0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

plugwise/constants.py

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

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

399393

400394
class ModelData(TypedDict):
@@ -568,3 +562,10 @@ class PlugwiseData:
568562

569563
gateway: GatewayData
570564
devices: dict[str, DeviceData]
565+
566+
cooling_present: bool
567+
item_count: int
568+
notifications: dict[str, dict[str, str]]
569+
smile_name: str
570+
gateway_id: str
571+
heater_id: str

0 commit comments

Comments
 (0)