Skip to content

Commit

Permalink
feat(add): LMZA4376 (#8243)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-rohde authored Nov 2, 2024
1 parent d0b843f commit 014dcda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/devices/radium.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import {light} from '../lib/modernExtend';
import {DefinitionWithExtend} from '../lib/types';

const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ['LMZA4376'],
model: 'LMZA4376',
vendor: 'Radium',
description: 'LED Controller ZGB White 84W/24V',
extend: [light()],
},
];

export default definitions;
module.exports = definitions;

0 comments on commit 014dcda

Please sign in to comment.