Skip to content

Commit

Permalink
Add support for TRADFRI bulb E27 WS opal 1000lm light LED1732G11 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkluivingh authored and Koenkk committed Feb 13, 2019
1 parent 7376bde commit 3fce5df
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 @@ -500,6 +500,13 @@ const devices = [
description: 'TRADFRI LED bulb E12/E14/E17 400 lumen, dimmable warm white, chandelier opal',
extend: generic.light_onoff_brightness,
},
{
zigbeeModel: ['TRADFRI bulb E27 WS opal 1000lm'],
model: 'LED1732G11',
vendor: 'IKEA',
description: 'TRADFRI LED bulb E27 1000 lumen, dimmable, white spectrum, opal white',
extend: generic.light_onoff_brightness_colortemp,
},
{
zigbeeModel: ['TRADFRI wireless dimmer'],
model: 'ICTC-G-1',
Expand Down

0 comments on commit 3fce5df

Please sign in to comment.