Skip to content

Commit

Permalink
feat(add): 4512782 (#8119)
Browse files Browse the repository at this point in the history
* add support for namron edge dimmer

* ran prettier, fix model so image can match

---------

Co-authored-by: Geir Råness <git@winning.no>
  • Loading branch information
geirra and Geir Råness authored Oct 12, 2024
1 parent 6e66a7d commit a4727d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/devices/namron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,17 @@ const definitions: DefinitionWithExtend[] = [
],
},
},
{
zigbeeModel: ['4512782', '4512781'],
model: '4512782',
vendor: 'Namron AS',
description: 'Rotary dimmer with screen',
extend: [
light({effect: false, configureReporting: true, powerOnBehavior: false}),
electricityMeter({voltage: false, current: false, configureReporting: true}),
],
meta: {},
},
];

export default definitions;
Expand Down

0 comments on commit a4727d7

Please sign in to comment.