Skip to content

Commit

Permalink
feat(add): 8719514434530 Koenkk/zigbee2mqtt#20146
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 11, 2023
1 parent 9f9af50 commit f16bc06
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 @@ -2737,6 +2737,13 @@ const definitions: Definition[] = [
description: 'Hue Play gradient lightstrip 75',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
},
{
zigbeeModel: ['LCX006'],
model: '8719514434530',
vendor: 'Philips',
description: 'Hue Play gradient lightstrip for PC',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: true})],
},
{
zigbeeModel: ['929003099301'],
model: '929003099301',
Expand Down

0 comments on commit f16bc06

Please sign in to comment.