Skip to content

Commit

Permalink
Add support for Sengled model E1A-AC2 (Koenkk#215)
Browse files Browse the repository at this point in the history
* Add support for Sengled model E1A-AC2

Adding support for Sengled downlights (https://www.sengled.com.au/shop/element-downlight-single/)

* Update devices.js
  • Loading branch information
pnewnam authored and qosmio committed Dec 25, 2019
1 parent 5ff69c4 commit 0cc8f09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -6987,6 +6987,13 @@ const devices = [
description: 'Element Classic (BR30)',
extend: generic.light_onoff_brightness,
},
{
zigbeeModel: ['E1A-AC2'],
model: 'E1ACA4ABE38A',
vendor: 'Sengled',
description: 'Element downlight smart LED bulb',
extend: generic.light_onoff_brightness,
},

// JIAWEN
{
Expand Down

0 comments on commit 0cc8f09

Please sign in to comment.