Skip to content

Commit

Permalink
Add support for AduroSmart ERIA White and Color bulbs. (Koenkk#250)
Browse files Browse the repository at this point in the history
* Add support for AduroSmart ERIA White and Color bulbs.

* Update devices.js
  • Loading branch information
gi-el authored and qosmio committed Dec 25, 2019
1 parent 5e81b1a commit 58ff93a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7822,6 +7822,20 @@ const devices = [
execute(device, actions, callback);
},
},

// AduroSmart
{
zigbeeModel: ['ZLL-ExtendedColo'],
model: '81809',
vendor: 'AduroSmart',
description: 'ERIA colors and white shades smart light bulb A19',
extend: generic.light_onoff_brightness_colortemp_colorxy,
ep: (device) => {
return {
'': 2,
};
},
},
];

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

0 comments on commit 58ff93a

Please sign in to comment.