zigbee-herdsman-converters 14.0.253 → 14.0.254
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/lonsonho.js +1 -2
- package/devices/philips.js +9 -0
- package/devices/tuya.js +2 -1
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/lonsonho.js
CHANGED
|
@@ -82,8 +82,7 @@ module.exports = [
|
|
|
82
82
|
extend: extend.light_onoff_brightness(),
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
|
-
fingerprint: [{modelID: 'TS110F', manufacturerName: '_TYZB01_qezuin6k'},
|
|
86
|
-
{modelID: 'TS110E', manufacturerName: '_TZ3210_ngqk6jia'}],
|
|
85
|
+
fingerprint: [{modelID: 'TS110F', manufacturerName: '_TYZB01_qezuin6k'}],
|
|
87
86
|
model: 'QS-Zigbee-D02-TRIAC-LN',
|
|
88
87
|
vendor: 'Lonsonho',
|
|
89
88
|
description: '1 gang smart dimmer switch module with neutral',
|
package/devices/philips.js
CHANGED
|
@@ -2002,4 +2002,13 @@ module.exports = [
|
|
|
2002
2002
|
extend: hueExtend.light_onoff_brightness(),
|
|
2003
2003
|
ota: ota.zigbeeOTA,
|
|
2004
2004
|
},
|
|
2005
|
+
{
|
|
2006
|
+
zigbeeModel: ['1746630P7'],
|
|
2007
|
+
model: '1746630P7',
|
|
2008
|
+
vendor: 'Philips',
|
|
2009
|
+
description: 'Hue White and Colour Ambiance Amarant linear outdoor light',
|
|
2010
|
+
meta: {turnsOffAtBrightness1: true},
|
|
2011
|
+
extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
2012
|
+
ota: ota.zigbeeOTA,
|
|
2013
|
+
},
|
|
2005
2014
|
];
|
package/devices/tuya.js
CHANGED
|
@@ -787,7 +787,8 @@ module.exports = [
|
|
|
787
787
|
.withDescription('Recover state after power outage')],
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
|
-
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_hyfvrar3'}
|
|
790
|
+
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_hyfvrar3'},
|
|
791
|
+
{modelID: 'TS011F', manufacturerName: '_TZ3000_dpo1ysak'}],
|
|
791
792
|
model: 'TS011F_plug_2',
|
|
792
793
|
description: 'Smart plug (without power monitoring)',
|
|
793
794
|
vendor: 'TuYa',
|
package/npm-shrinkwrap.json
CHANGED