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.
@@ -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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.65",
3
+ "version": "15.0.66",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [