Skip to content

Commit c9a4132

Browse files
feat(add): BN-600085 (#11070)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent b6cc153 commit c9a4132

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/devices/dresden_elektronik.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,12 @@ export const definitions: DefinitionWithExtend[] = [
6161
ota: true,
6262
extend: [m.light({colorTemp: {range: [153, 500]}, color: true})],
6363
},
64+
{
65+
zigbeeModel: ["Scene Switch"],
66+
model: "BN-600085",
67+
vendor: "Dresden Elektronik",
68+
description: "3 part zigbee powered scene switch",
69+
ota: true,
70+
extend: [m.commandsOnOff(), m.commandsLevelCtrl(), m.commandsColorCtrl(), m.commandsScenes(), m.battery()],
71+
},
6472
];

0 commit comments

Comments
 (0)