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 b460de6 commit 9329fe4Copy full SHA for 9329fe4
switchbot/adv_parser.py
@@ -124,6 +124,12 @@ class SwitchbotSupportedType(TypedDict):
124
"func": process_woceiling,
125
"manufacturer_id": 2409,
126
},
127
+ "n": {
128
+ "modelName": SwitchbotModel.CEILING_LIGHT,
129
+ "modelFriendlyName": "Ceiling Light Pro",
130
+ "func": process_woceiling,
131
+ "manufacturer_id": 2409,
132
+ },
133
"e": {
134
"modelName": SwitchbotModel.HUMIDIFIER,
135
"modelFriendlyName": "Humidifier",
0 commit comments