zigbee-herdsman-converters 14.0.309 → 14.0.310
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 +18 -0
- package/devices/sengled.js +7 -0
- package/devices/tuya.js +14 -5
- package/npm-shrinkwrap.json +1065 -1163
- package/package.json +2 -2
package/devices/philips.js
CHANGED
|
@@ -350,6 +350,15 @@ module.exports = [
|
|
|
350
350
|
extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
351
351
|
ota: ota.zigbeeOTA,
|
|
352
352
|
},
|
|
353
|
+
{
|
|
354
|
+
zigbeeModel: ['1742330P7'],
|
|
355
|
+
model: '1742330P7',
|
|
356
|
+
vendor: 'Philips',
|
|
357
|
+
description: 'Hue Calla outdoor',
|
|
358
|
+
meta: {turnsOffAtBrightness1: true},
|
|
359
|
+
extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
|
|
360
|
+
ota: ota.zigbeeOTA,
|
|
361
|
+
},
|
|
353
362
|
{
|
|
354
363
|
zigbeeModel: ['1744130P7'],
|
|
355
364
|
model: '1744130P7',
|
|
@@ -555,6 +564,15 @@ module.exports = [
|
|
|
555
564
|
extend: hueExtend.light_onoff_brightness_colortemp(),
|
|
556
565
|
ota: ota.zigbeeOTA,
|
|
557
566
|
},
|
|
567
|
+
{
|
|
568
|
+
zigbeeModel: ['LTA004'],
|
|
569
|
+
model: '8719514328242',
|
|
570
|
+
vendor: 'Philips',
|
|
571
|
+
description: 'Hue white ambiance E27 800lm with Bluetooth',
|
|
572
|
+
meta: {turnsOffAtBrightness1: true},
|
|
573
|
+
extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
|
|
574
|
+
ota: ota.zigbeeOTA,
|
|
575
|
+
},
|
|
558
576
|
{
|
|
559
577
|
zigbeeModel: ['LTA009'],
|
|
560
578
|
model: '9290024684',
|
package/devices/sengled.js
CHANGED
|
@@ -216,4 +216,11 @@ module.exports = [
|
|
|
216
216
|
description: 'Vintage LED edison bulb (ST19)',
|
|
217
217
|
extend: extend.light_onoff_brightness(),
|
|
218
218
|
},
|
|
219
|
+
{
|
|
220
|
+
zigbeeModel: ['E1F-N9G'],
|
|
221
|
+
model: 'E1F-N9G',
|
|
222
|
+
vendor: 'Sengled',
|
|
223
|
+
description: 'Smart LED filament candle (E12)',
|
|
224
|
+
extend: extend.light_onoff_brightness(),
|
|
225
|
+
},
|
|
219
226
|
];
|
package/devices/tuya.js
CHANGED
|
@@ -749,14 +749,23 @@ module.exports = [
|
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
zigbeeModel: ['kud7u2l'],
|
|
752
|
-
fingerprint: [
|
|
753
|
-
{modelID: 'TS0601', manufacturerName: '
|
|
754
|
-
{modelID: 'TS0601', manufacturerName: '
|
|
752
|
+
fingerprint: [
|
|
753
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_ckud7u2l'},
|
|
754
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_ywdxldoj'},
|
|
755
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_cwnjrr72'},
|
|
756
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_chyvmhay'},
|
|
757
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_pvvbommb'},
|
|
758
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_2atgpdho'}, // HY367
|
|
759
|
+
],
|
|
755
760
|
model: 'TS0601_thermostat',
|
|
756
761
|
vendor: 'TuYa',
|
|
757
762
|
description: 'Radiator valve with thermostat',
|
|
758
|
-
whiteLabel: [
|
|
759
|
-
{vendor: '
|
|
763
|
+
whiteLabel: [
|
|
764
|
+
{vendor: 'Moes', model: 'HY368'},
|
|
765
|
+
{vendor: 'Moes', model: 'HY369RT'},
|
|
766
|
+
{vendor: 'SHOJZJ', model: '378RT'},
|
|
767
|
+
{vendor: 'Silvercrest', model: 'TVR01'},
|
|
768
|
+
],
|
|
760
769
|
meta: {tuyaThermostatPreset: tuya.thermostatPresets, tuyaThermostatSystemMode: tuya.thermostatSystemModes3},
|
|
761
770
|
ota: ota.zigbeeOTA,
|
|
762
771
|
onEvent: tuya.onEventSetLocalTime,
|