Skip to content

Commit

Permalink
feat(add): 3137309 @agoberg2 Koenkk/zigbee2mqtt#20886
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 20, 2024
1 parent d0b3cd6 commit 8caf853
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/lightsolutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const definitions: Definition[] = [
description: 'LED driver CCT 12V - 30W - CCT',
extend: [light({colorTemp: {range: [160, 450]}})],
},
{
fingerprint: [{modelID: 'Dimmer-Switch-ZB3.0', manufacturerName: 'Light Solutions'}],
model: '3137309',
vendor: 'Light Solutions',
description: 'Zigbee dimmer for wire',
extend: [onOff({powerOnBehavior: false})],
},
];

export default definitions;
Expand Down

0 comments on commit 8caf853

Please sign in to comment.