Skip to content

Commit

Permalink
feat(add): 442296118491 (#7263)
Browse files Browse the repository at this point in the history
* Support for floodlight part of Hue Secure Floodlight Camera

https://www.philips-hue.com/en-gb/products/all-products/product-page/floodlight-security-camera

Based on generated_external_definition with description changed to "Hue Secure Floodlight Camera".

* Corrected lint failures.

* Update philips.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
JohnConnett and Koenkk committed Mar 25, 2024
1 parent 6559f89 commit 9e7f8ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.ts
Expand Up @@ -3561,6 +3561,13 @@ const definitions: Definition[] = [
description: 'Hue white ambiance Pillar spotlight with Bluetooth (white) + dimmer switch',
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
},
{
zigbeeModel: ['442296118491'],
model: '442296118491',
vendor: 'Philips',
description: 'Hue Secure Camera Floodlight',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true})],
},
];

export default definitions;

0 comments on commit 9e7f8ef

Please sign in to comment.