zigbee-herdsman-converters 15.0.66 → 15.0.67

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.
@@ -1614,7 +1614,7 @@ module.exports = [
1614
1614
  extend: philips.extend.light_onoff_brightness_colortemp_color_gradient({colorTempRange: [153, 500]}),
1615
1615
  },
1616
1616
  {
1617
- zigbeeModel: ['929003479701'],
1617
+ zigbeeModel: ['929003479701', '915005987701'],
1618
1618
  model: '915005987701',
1619
1619
  vendor: 'Philips',
1620
1620
  description: 'Hue Gradient Signe floor lamp (wood)',
@@ -2991,7 +2991,15 @@ module.exports = [
2991
2991
  zigbeeModel: ['929003074801_01', '929003074801_02', '929003074801_03'],
2992
2992
  model: '929003074801',
2993
2993
  vendor: 'Philips',
2994
- description: 'Hue White and Color Ambiance GU10 (Xamento)',
2994
+ description: 'Hue Xamento White and Color Ambiance GU10',
2995
+ extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
2996
+ meta: {turnsOffAtBrightness1: true},
2997
+ },
2998
+ {
2999
+ zigbeeModel: ['929003074701'],
3000
+ model: '929003074701',
3001
+ vendor: 'Philips',
3002
+ description: 'Hue Xamento White and Color Ambiance GU10 (chrome)',
2995
3003
  extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
2996
3004
  meta: {turnsOffAtBrightness1: true},
2997
3005
  },
package/devices/xiaomi.js CHANGED
@@ -742,7 +742,7 @@ module.exports = [
742
742
  model: 'MCCGQ13LM',
743
743
  vendor: 'Xiaomi',
744
744
  description: 'Aqara P1 door & window contact sensor',
745
- fromZigbee: [fz. xiaomi_contact, fz.ias_contact_alarm_1, fz.aqara_opple],
745
+ fromZigbee: [fz.xiaomi_contact, fz.ias_contact_alarm_1, fz.aqara_opple],
746
746
  toZigbee: [],
747
747
  meta: {battery: {voltageToPercentage: '3V_2850_3000'}},
748
748
  exposes: [e.contact(), e.battery(), e.battery_voltage()],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.66",
3
+ "version": "15.0.67",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [