Skip to content

Commit

Permalink
feat(add): HA-ZGMW2-E Koenkk/zigbee2mqtt#17840
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 1, 2023
1 parent ece02be commit 2842729
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/devices/halemeier.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import extend from '../lib/extend';

module.exports = [
{
zigbeeModel: ['HA-ZGMW2-E'],
model: 'HA-ZGMW2-E',
vendor: 'Halemeier',
description: 'LED driver',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [160, 450]}),
},
] as Definition[];

0 comments on commit 2842729

Please sign in to comment.