1
0
Plemeur 1 жил өмнө
parent
commit
9329fe4209

+ 6 - 0
switchbot/adv_parser.py

@@ -124,6 +124,12 @@ SUPPORTED_TYPES: dict[str, SwitchbotSupportedType] = {
         "func": process_woceiling,
         "manufacturer_id": 2409,
     },
+    "n": {
+        "modelName": SwitchbotModel.CEILING_LIGHT,
+        "modelFriendlyName": "Ceiling Light Pro",
+        "func": process_woceiling,
+        "manufacturer_id": 2409,
+    },
     "e": {
         "modelName": SwitchbotModel.HUMIDIFIER,
         "modelFriendlyName": "Humidifier",