Plemeur 1 anno fa
parent
commit
9329fe4209
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      switchbot/adv_parser.py

+ 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",