Skip to content

Commit

Permalink
feat(add): ML-ST-R200 (#6587)
Browse files Browse the repository at this point in the history
* Add M-Elec ML-ST-R200

* Fix extend

---------

Co-authored-by: Ben Swinney <ben.swinney@au1.ibm.com>
  • Loading branch information
benswinney and Ben Swinney committed Nov 30, 2023
1 parent 4ce6450 commit e63415f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/m_elec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const definitions: Definition[] = [
description: 'Stitchy dim mechanism',
extend: extend.light_onoff_brightness({disableEffect: true}),
},
{
zigbeeModel: ['ML-ST-R200'],
model: 'ML-ST-R200',
vendor: 'M-ELEC',
description: 'Stitchy switchable wall module',
extend: extend.switch(),
},
];

export default definitions;
Expand Down

0 comments on commit e63415f

Please sign in to comment.