We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2430c8 commit 07fb14eCopy full SHA for 07fb14e
switchbot/adv_parser.py
@@ -80,6 +80,11 @@ class SwitchbotSupportedType(TypedDict):
80
"modelFriendlyName": "Plug Mini",
81
"func": process_woplugmini,
82
},
83
+ "j": {
84
+ "modelName": SwitchbotModel.PLUG_MINI,
85
+ "modelFriendlyName": "Plug Mini (JP)",
86
+ "func": process_woplugmini,
87
+ },
88
"u": {
89
"modelName": SwitchbotModel.COLOR_BULB,
90
"modelFriendlyName": "Color Bulb",
0 commit comments