Skip to content

Commit

Permalink
feat(add): 929003116101, 929003115701 (#5884)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma authored Jun 17, 2023
1 parent 49e8b95 commit e6b763d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -3091,14 +3091,28 @@ module.exports = [
zigbeeModel: ['929003115801'],
model: '929003115801',
vendor: 'Philips',
description: 'Hue Perifo ceiling light, 1 pendant (white)',
description: 'Hue Perifo cylinder spotlight (white)',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['929003115701'],
model: '929003115701',
vendor: 'Philips',
description: 'Hue Perifo cylinder spotlight (black)',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['929003116201'],
model: '929003116201',
vendor: 'Philips',
description: 'Hue Perifo linear light bar',
description: 'Hue Perifo linear light bar (white)',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['929003116101'],
model: '929003116101',
vendor: 'Philips',
description: 'Hue Perifo linear light bar (black)',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
Expand Down

0 comments on commit e6b763d

Please sign in to comment.