Skip to content

Commit c214fad

Browse files
authored
feat(add): 91-943 (#10742)
1 parent 26a03c4 commit c214fad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/lightsolutions.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,11 @@ export const definitions: DefinitionWithExtend[] = [
3737
description: "LED Controller 12/24v",
3838
extend: [m.light()],
3939
},
40+
{
41+
zigbeeModel: ["91-943"],
42+
model: "91-943",
43+
vendor: "Light Solutions",
44+
description: "LED Controller 12/24v",
45+
extend: [m.light()],
46+
},
4047
];

0 commit comments

Comments
 (0)