Skip to content

Commit

Permalink
feat(add): 9290031508 (#6258)
Browse files Browse the repository at this point in the history
* Add Philips Hue PAR38 Outdoor Spotlight bulb support

* Update philips.ts

* Corrected model number for LCS002

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
rgregg and Koenkk authored Oct 10, 2023
1 parent d2cf9bf commit af74d48
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 @@ -2513,6 +2513,13 @@ const definitions: Definition[] = [
description: 'Hue Lily outdoor spot light',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['LCS002'],
model: '9290031508',
vendor: 'Philips',
description: 'Hue White and Color Ambiance PAR38 outdoor spotlight',
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
},
{
zigbeeModel: ['1742730P7', '1742830P7'],
model: '1742830P7',
Expand Down

0 comments on commit af74d48

Please sign in to comment.