Skip to content

Commit

Permalink
feat(add): 929003047801 (#8166)
Browse files Browse the repository at this point in the history
  • Loading branch information
omolenkamp authored Oct 22, 2024
1 parent a060946 commit 511a622
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3519,11 +3519,18 @@ const definitions: DefinitionWithExtend[] = [
description: 'Hue white ambiance Buckram triple spotlight with Bluetooth',
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
},
{
zigbeeModel: ['929003047801_01', '929003047801_02'],
model: '929003047801',
vendor: 'Philips',
description: 'Hue white ambiance Buckram double spotlight with Bluetooth (white)',
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
},
{
zigbeeModel: ['929003047901_01', '929003047901_02'],
model: '871951433908',
vendor: 'Philips',
description: 'Hue white ambiance Buckram double spotlight with Bluetooth',
description: 'Hue white ambiance Buckram double spotlight with Bluetooth (black)',
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
},
{
Expand Down

0 comments on commit 511a622

Please sign in to comment.