Skip to content

Commit

Permalink
fix(detect): Detect TRADFRI bulb E12 WS candle 450lm as IKEA LED210…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 15, 2024
1 parent 7456646 commit b0f1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const definitions: Definition[] = [
},
// #region E12/E14/E17
{
zigbeeModel: ['TRADFRI bulb E14 WS candle 470lm'],
zigbeeModel: ['TRADFRI bulb E14 WS candle 470lm', 'TRADFRI bulb E12 WS candle 450lm'],
model: 'LED2107C4',
vendor: 'IKEA',
description: 'TRADFRI bulb E14, white spectrum, candle, opal, 470 lm',
Expand Down

0 comments on commit b0f1828

Please sign in to comment.