zigbee-herdsman-converters 14.0.330 → 14.0.331
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/girier.js +4 -1
- package/devices/philips.js +10 -1
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/girier.js
CHANGED
|
@@ -6,7 +6,10 @@ const extend = require('../lib/extend');
|
|
|
6
6
|
|
|
7
7
|
module.exports = [
|
|
8
8
|
{
|
|
9
|
-
fingerprint: [
|
|
9
|
+
fingerprint: [
|
|
10
|
+
{modelID: 'TS0001', manufacturerName: '_TZ3000_majwnphg'},
|
|
11
|
+
{modelID: 'TS0001', manufacturerName: '_TZ3000_6axxqqi2'},
|
|
12
|
+
],
|
|
10
13
|
model: 'JR-ZDS01',
|
|
11
14
|
vendor: 'Girier',
|
|
12
15
|
description: '1 gang mini switch',
|
package/devices/philips.js
CHANGED
|
@@ -404,6 +404,15 @@ module.exports = [
|
|
|
404
404
|
extend: hueExtend.light_onoff_brightness_colortemp_color(),
|
|
405
405
|
ota: ota.zigbeeOTA,
|
|
406
406
|
},
|
|
407
|
+
{
|
|
408
|
+
zigbeeModel: ['1740193P0'],
|
|
409
|
+
model: '1740193P0',
|
|
410
|
+
vendor: 'Philips',
|
|
411
|
+
description: 'Hue Lucca wall light',
|
|
412
|
+
meta: {turnsOffAtBrightness1: true},
|
|
413
|
+
extend: hueExtend.light_onoff_brightness(),
|
|
414
|
+
ota: ota.zigbeeOTA,
|
|
415
|
+
},
|
|
407
416
|
{
|
|
408
417
|
zigbeeModel: ['1740293P0'],
|
|
409
418
|
model: '1740293P0',
|
|
@@ -1203,7 +1212,7 @@ module.exports = [
|
|
|
1203
1212
|
ota: ota.zigbeeOTA,
|
|
1204
1213
|
},
|
|
1205
1214
|
{
|
|
1206
|
-
zigbeeModel: ['4096730P6'],
|
|
1215
|
+
zigbeeModel: ['4096730P6', '929003055601'],
|
|
1207
1216
|
model: '4096730P6',
|
|
1208
1217
|
vendor: 'Philips',
|
|
1209
1218
|
description: 'Hue Cher ceiling light',
|
package/npm-shrinkwrap.json
CHANGED