Skip to content

Commit 36caee9

Browse files
committed
Add model_id to typing, where applicable
1 parent d3d2e28 commit 36caee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
"mac_address",
253253
"members",
254254
"model",
255+
"model_id",
255256
"name",
256257
"vendor",
257258
"zigbee_mac_address",
@@ -517,6 +518,7 @@ class DeviceData(TypedDict, total=False):
517518
mac_address: str | None
518519
members: list[str]
519520
model: str
521+
model_id: str
520522
name: str
521523
vendor: str
522524
zigbee_mac_address: str | None

0 commit comments

Comments
 (0)