Skip to content

Commit 074d472

Browse files
WikeolfKoenkk
andauthored
feat(add): DSZ12060 (#8699)
Co-authored-by: Koen Kanters <[email protected]>
1 parent d5726d5 commit 074d472

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/orvibo.ts

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ const definitions: DefinitionWithExtend[] = [
3333
toZigbee: [tzLocal.DD10Z_brightness],
3434
extend: [m.light({powerOnBehavior: false, colorTemp: {range: [153, 370], startup: false}})],
3535
},
36+
{
37+
zigbeeModel: ['9ff5a780c5a4470d9087175c71d50f92'],
38+
model: 'DSZ12060',
39+
vendor: 'ORVIBO',
40+
description: 'Spot light S10',
41+
extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166, 370]}})],
42+
},
3643
{
3744
zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'],
3845
model: 'DS20Z07B',

0 commit comments

Comments
 (0)