Skip to content

Commit

Permalink
feat(add): LED2201G8 Koenkk/zigbee2mqtt#19118
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 3, 2023
1 parent 0587220 commit db966bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,13 @@ const definitions: Definition[] = [
description: 'TRADFRI LED bulb GU10 345 lumen, dimmable, white spectrum, color spectrum',
extend: tradfriExtend.light_onoff_brightness_colortemp_color({colorTempRange: [250, 454]}),
},
{
zigbeeModel: ['TRADFRI bulb E27 WS globe 1055lm'],
model: 'LED2201G8',
vendor: 'IKEA',
description: 'TRADFRI LED bulb E27 1055 lumen, dimmable, white spectrum',
extend: tradfriExtend.light_onoff_brightness_colortemp_color(),
},
{
zigbeeModel: ['TRADFRI bulb E14 CWS 470lm', 'TRADFRI bulb E12 CWS 450lm', 'TRADFRI bulb E17 CWS 440lm'],
model: 'LED1925G6',
Expand Down

0 comments on commit db966bc

Please sign in to comment.