Skip to content

Commit

Permalink
feat(add): ML-ST-D200-NF (#6347)
Browse files Browse the repository at this point in the history
* Update m-elec.ts

Add ML-ST-D200-NF

* Update m-elec.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
IRONSQUIRREL89 and Koenkk authored Oct 29, 2023
1 parent 9867ac3 commit 7b862de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/devices/m-elec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ const definitions: Definition[] = [
zigbeeModel: ['ML-ST-D200'],
model: 'ML-ST-D200',
vendor: 'M-ELEC',
description: 'Stitchy Dim switchable wall module',
description: 'Stitchy dim switchable wall module',
extend: extend.light_onoff_brightness(),
},
{
zigbeeModel: ['ML-ST-D200-NF'],
model: 'ML-ST-D200-NF',
vendor: 'M-ELEC',
description: 'Stitchy dim neutral free switchable wall module',
extend: extend.light_onoff_brightness(),
},
{
Expand Down

0 comments on commit 7b862de

Please sign in to comment.