Skip to content

Commit

Permalink
fix(detect): Detect TRADFRIbulbG125E26WSopal440lm as IKEA LED1936G5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
audunmg authored Nov 17, 2024
1 parent 71b0617 commit c7e6744
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 @@ -115,10 +115,10 @@ const definitions: DefinitionWithExtend[] = [
extend: [addCustomClusterManuSpecificIkeaUnknown(), ikeaLight(), identify()],
},
{
zigbeeModel: ['TRADFRIbulbG125E27WSopal470lm', 'TRADFRIbulbG125E26WSopal450lm', 'TRADFRIbulbG125E26WSopal470lm'],
zigbeeModel: ['TRADFRIbulbG125E27WSopal470lm', 'TRADFRIbulbG125E26WSopal450lm', 'TRADFRIbulbG125E26WSopal470lm', 'TRADFRIbulbG125E26WSopal440lm'],
model: 'LED1936G5',
vendor: 'IKEA',
description: 'TRADFRI bulb E26/E27, white spectrum, globe, opal, 450/470 lm',
description: 'TRADFRI bulb E26/E27, white spectrum, globe, opal, 440/450/470 lm',
extend: [addCustomClusterManuSpecificIkeaUnknown(), ikeaLight({colorTemp: true}), identify()],
},
{
Expand Down

0 comments on commit c7e6744

Please sign in to comment.