Skip to content

Commit

Permalink
fix(detect): Detect LCL007 as Philips 8718699703424 (#8432)
Browse files Browse the repository at this point in the history
  • Loading branch information
antaflos authored Dec 3, 2024
1 parent dbf7869 commit e2c5da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ const definitions: DefinitionWithExtend[] = [
extend: [philipsLight({colorTemp: {range: undefined}, color: true})],
},
{
zigbeeModel: ['LCL001', 'LCL006'],
zigbeeModel: ['LCL001', 'LCL006', 'LCL007'],
model: '8718699703424',
vendor: 'Philips',
description: 'Hue white and color ambiance LightStrip plus',
Expand Down

0 comments on commit e2c5da5

Please sign in to comment.