Skip to content

Commit 9329fe4

Browse files
authored
Ceiling light pro (#221)
1 parent b460de6 commit 9329fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

switchbot/adv_parser.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ class SwitchbotSupportedType(TypedDict):
124124
"func": process_woceiling,
125125
"manufacturer_id": 2409,
126126
},
127+
"n": {
128+
"modelName": SwitchbotModel.CEILING_LIGHT,
129+
"modelFriendlyName": "Ceiling Light Pro",
130+
"func": process_woceiling,
131+
"manufacturer_id": 2409,
132+
},
127133
"e": {
128134
"modelName": SwitchbotModel.HUMIDIFIER,
129135
"modelFriendlyName": "Humidifier",

0 commit comments

Comments
 (0)