Skip to content

Commit

Permalink
feat(add): 929003808901 Koenkk/zigbee2mqtt#24485
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 26, 2024
1 parent 94e554b commit 724b188
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 @@ -2023,6 +2023,13 @@ const definitions: DefinitionWithExtend[] = [
description: 'Hue White & Color ambience Centris ceiling light (4 spots)',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
},
{
zigbeeModel: ['929003808901_01', '929003808901_02', '929003808901_03', '929003808901_04', '929003808901_05'],
model: '929003808901',
vendor: 'Philips',
description: 'Hue White & Color ambience Centris ceiling light (4 spots)',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
},
{
zigbeeModel: ['929003621301_01', '929003621301_02', '929003621301_03', '929003621301_04', '929003621301_05'],
model: '929003621301',
Expand Down

0 comments on commit 724b188

Please sign in to comment.