Skip to content

Commit

Permalink
fix(detect): Detect TRADFRI bulb E17 CWS globe 810lm as IKEA LED211…
Browse files Browse the repository at this point in the history
…1G6 (#8468)
  • Loading branch information
annadorottya authored Dec 11, 2024
1 parent 9f17ff9 commit 7c85824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ const definitions: DefinitionWithExtend[] = [
extend: [addCustomClusterManuSpecificIkeaUnknown(), ikeaLight({colorTemp: true}), identify()],
},
{
zigbeeModel: ['TRADFRI bulb E14 CWS globe 806lm', 'TRADFRI bulb E12 CWS globe 800lm'],
zigbeeModel: ['TRADFRI bulb E14 CWS globe 806lm', 'TRADFRI bulb E12 CWS globe 800lm', 'TRADFRI bulb E17 CWS globe 810lm'],
model: 'LED2111G6',
vendor: 'IKEA',
description: 'TRADFRI bulb E14, color/white spectrum, globe, opal, 806 lm',
description: 'TRADFRI bulb E12/E14/E17, color/white spectrum, globe, opal, 800/806/810 lm',
extend: [addCustomClusterManuSpecificIkeaUnknown(), ikeaLight({colorTemp: true, color: true}), identify()],
},
// #endregion E12/E14/E17
Expand Down

0 comments on commit 7c85824

Please sign in to comment.