Skip to content

Commit

Permalink
feat(add): RDM-35274001 (#8445)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
BIGFAAT and Koenkk authored Dec 7, 2024
1 parent 5cce0fc commit 00ed002
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/rademacher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ const definitions: DefinitionWithExtend[] = [
description: 'addZ white + colour',
extend: [light({colorTemp: {range: [153, 555]}, color: true})],
},
{
zigbeeModel: ['RDM-35274001'],
model: 'RDM-35274001',
vendor: 'Rademacher',
description: 'addZ white + colour E27 LED',
extend: [light({colorTemp: {range: [153, 555]}, color: {modes: ['xy', 'hs'], enhancedHue: true}})],
},
];

export default definitions;
Expand Down

0 comments on commit 00ed002

Please sign in to comment.