Skip to content

Commit

Permalink
feat(add): DSZ12060 (#8699)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
Wikeolf and Koenkk authored Jan 30, 2025
1 parent d5726d5 commit 074d472
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/orvibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ const definitions: DefinitionWithExtend[] = [
toZigbee: [tzLocal.DD10Z_brightness],
extend: [m.light({powerOnBehavior: false, colorTemp: {range: [153, 370], startup: false}})],
},
{
zigbeeModel: ['9ff5a780c5a4470d9087175c71d50f92'],
model: 'DSZ12060',
vendor: 'ORVIBO',
description: 'Spot light S10',
extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166, 370]}})],
},
{
zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'],
model: 'DS20Z07B',
Expand Down

0 comments on commit 074d472

Please sign in to comment.