Skip to content

Commit

Permalink
feat(add): 13190230 (#6100)
Browse files Browse the repository at this point in the history
* Add supported device MWM001

Philips Hue white 1-10V

* Update philips.js

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
posixx and Koenkk committed Aug 24, 2023
1 parent ccc9591 commit 25af7ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ module.exports = [
description: 'MasterConnect LEDtube EM/mains T8',
extend: philips.extend.light_onoff_brightness(),
},
{
zigbeeModel: ['MWM001'],
model: '13190230',
vendor: 'Philips',
description: 'Hue white dimmer 1-10V',
extend: philips.extend.light_onoff_brightness(),
},
{
zigbeeModel: ['929003055801'],
model: '929003055801',
Expand Down

0 comments on commit 25af7ba

Please sign in to comment.