Skip to content

Commit

Permalink
Revert unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaemail authored Jan 31, 2025
1 parent 4b3c2f1 commit 26941bc
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 26941bc

Please sign in to comment.