We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a03c4 commit c214fadCopy full SHA for c214fad
src/devices/lightsolutions.ts
@@ -37,4 +37,11 @@ export const definitions: DefinitionWithExtend[] = [
37
description: "LED Controller 12/24v",
38
extend: [m.light()],
39
},
40
+ {
41
+ zigbeeModel: ["91-943"],
42
+ model: "91-943",
43
+ vendor: "Light Solutions",
44
+ description: "LED Controller 12/24v",
45
+ extend: [m.light()],
46
+ },
47
];
0 commit comments