Skip to content

Commit 53a23f5

Browse files
committed
Fully sort GatewayData class
1 parent 5ad3121 commit 53a23f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,12 @@
391391
class GatewayData(TypedDict, total=False):
392392
"""The Gateway Data class."""
393393

394+
cooling_present: bool
394395
gateway_id: str | None
396+
heater_id: str | None
395397
item_count: int
396398
notifications: dict[str, dict[str, str]]
397399
smile_name: str
398-
heater_id: str | None
399-
cooling_present: bool
400400

401401

402402
class ModelData(TypedDict):

0 commit comments

Comments
 (0)