Skip to content

Commit

Permalink
Added support for Prolight E27 RGB 5412748727388 (Koenkk#2007)
Browse files Browse the repository at this point in the history
* Added support for Prolight E27 RGB

* Update devices.js

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
sanvrb and Koenkk authored Jan 2, 2021
1 parent 70f6487 commit 7d46bdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -14843,6 +14843,15 @@ const devices = [
},
exposes: [e.power(), e.current(), e.voltage(), e.switch()],
},

// Prolight
{
zigbeeModel: ['PROLIGHT E27 WHITE AND COLOUR'],
model: '5412748727388',
vendor: 'Prolight',
description: 'E27 white and colour bulb',
extend: preset.light_onoff_brightness_colortemp_colorxy,
},
];

module.exports = devices.map((device) => {
Expand Down

0 comments on commit 7d46bdf

Please sign in to comment.