Browse Source

Ceiling light pro (#221)

Plemeur 5 months ago
parent
commit
9329fe4209
1 changed files with 6 additions and 0 deletions
  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",