From a25c4b71d032a2a29dbb4e59dba52313f95f05b2 Mon Sep 17 00:00:00 2001 From: Wessel Terpstra Date: Fri, 25 Aug 2023 08:45:09 +0200 Subject: [PATCH] feat(add): 929003046601 (#6104) --- src/devices/philips.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/devices/philips.js b/src/devices/philips.js index 19dce77e2899e..a4994b84c07b2 100644 --- a/src/devices/philips.js +++ b/src/devices/philips.js @@ -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]}), + }, ];