Skip to content

Commit

Permalink
Ceiling light pro (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plemeur committed Nov 11, 2023
1 parent b460de6 commit 9329fe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions switchbot/adv_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ class SwitchbotSupportedType(TypedDict):
"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",
Expand Down

0 comments on commit 9329fe4

Please sign in to comment.