zigbee-herdsman-converters 15.0.65 → 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.
- package/devices/philips.js +17 -2
- package/devices/xiaomi.js +1 -1
- 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',
|
|
@@ -1607,7 +1614,7 @@ module.exports = [
|
|
|
1607
1614
|
extend: philips.extend.light_onoff_brightness_colortemp_color_gradient({colorTempRange: [153, 500]}),
|
|
1608
1615
|
},
|
|
1609
1616
|
{
|
|
1610
|
-
zigbeeModel: ['929003479701'],
|
|
1617
|
+
zigbeeModel: ['929003479701', '915005987701'],
|
|
1611
1618
|
model: '915005987701',
|
|
1612
1619
|
vendor: 'Philips',
|
|
1613
1620
|
description: 'Hue Gradient Signe floor lamp (wood)',
|
|
@@ -2984,7 +2991,15 @@ module.exports = [
|
|
|
2984
2991
|
zigbeeModel: ['929003074801_01', '929003074801_02', '929003074801_03'],
|
|
2985
2992
|
model: '929003074801',
|
|
2986
2993
|
vendor: 'Philips',
|
|
2987
|
-
description: 'Hue White and Color Ambiance GU10
|
|
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)',
|
|
2988
3003
|
extend: philips.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
2989
3004
|
meta: {turnsOffAtBrightness1: true},
|
|
2990
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.
|
|
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()],
|