zigbee-herdsman-converters 15.0.65 → 15.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devices/philips.js +7 -0
- package/package.json +1 -1
package/devices/philips.js
CHANGED
|
@@ -206,6 +206,13 @@ module.exports = [
|
|
|
206
206
|
description: 'Hue Iris copper special edition (generation 4)',
|
|
207
207
|
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
208
208
|
},
|
|
209
|
+
{
|
|
210
|
+
zigbeeModel: ['929002376901'],
|
|
211
|
+
model: '929002376901',
|
|
212
|
+
vendor: 'Philips',
|
|
213
|
+
description: 'Hue Iris white',
|
|
214
|
+
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
215
|
+
},
|
|
209
216
|
{
|
|
210
217
|
zigbeeModel: ['5063130P7'],
|
|
211
218
|
model: '5063130P7',
|