Skip to content

Commit

Permalink
fix(detect): Detect 440400982843 as Philips 915005733701 (#7428)
Browse files Browse the repository at this point in the history
  • Loading branch information
haguenau authored Apr 23, 2024
1 parent 85c1cd1 commit edc9fb9
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 @@ -1215,7 +1215,7 @@ const definitions: Definition[] = [
extend: [philipsLight({colorTemp: {range: undefined}, color: true})],
},
{
zigbeeModel: ['LCT024', '440400982841', '440400982842', 'PCM002'],
zigbeeModel: ['LCT024', '440400982841', '440400982842', '440400982843', 'PCM002'],
model: '915005733701',
vendor: 'Philips',
description: 'Hue White and color ambiance Play Lightbar',
Expand Down

0 comments on commit edc9fb9

Please sign in to comment.