Skip to content

Commit 07fb14e

Browse files
authored
Support plug mini JP model (#141)
1 parent e2430c8 commit 07fb14e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

switchbot/adv_parser.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ class SwitchbotSupportedType(TypedDict):
8080
"modelFriendlyName": "Plug Mini",
8181
"func": process_woplugmini,
8282
},
83+
"j": {
84+
"modelName": SwitchbotModel.PLUG_MINI,
85+
"modelFriendlyName": "Plug Mini (JP)",
86+
"func": process_woplugmini,
87+
},
8388
"u": {
8489
"modelName": SwitchbotModel.COLOR_BULB,
8590
"modelFriendlyName": "Color Bulb",

0 commit comments

Comments
 (0)