Skip to content

Commit

Permalink
feat(add): 929003809101 (#8238)
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDarius authored Oct 31, 2024
1 parent d740396 commit aaed22d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,13 @@ const definitions: DefinitionWithExtend[] = [
description: 'Hue White & Color ambience Centris ceiling light (4 spots) (black)',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
},
{
zigbeeModel: ['929003809101_01', '929003809101_02', '929003809101_03', '929003809101_04'],
model: '929003809101',
vendor: 'Philips',
description: 'Hue White & Color ambience Centris V2 ceiling light (3 spots)',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
},
{
zigbeeModel: ['5060830P7_01', '5060830P7_02', '5060830P7_03', '5060830P7_04'],
model: '5060830P7',
Expand Down

0 comments on commit aaed22d

Please sign in to comment.