Skip to content

Commit

Permalink
feat(add): 929003046601 (#6104)
Browse files Browse the repository at this point in the history
  • Loading branch information
wterpstra authored Aug 25, 2023
1 parent 53b6d91 commit a25c4b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -3336,4 +3336,11 @@ module.exports = [
description: 'Hue Phoenix dimmable LED smart pendant light',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['929003046601_01', '929003046601_02'],
model: '929003046601',
vendor: 'Philips',
description: 'Philips Hue white ambiance pillar double spot (2 spot) with Bluetooth',
extend: philips.extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
},
];

0 comments on commit a25c4b7

Please sign in to comment.