zigbee-herdsman-converters 14.0.254 → 14.0.255
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/tuya.js +4 -3
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/tuya.js
CHANGED
|
@@ -398,6 +398,7 @@ module.exports = [
|
|
|
398
398
|
vendor: 'TuYa',
|
|
399
399
|
description: 'Led strip controller',
|
|
400
400
|
extend: extend.light_onoff_brightness_color(),
|
|
401
|
+
meta: {applyRedFix: true},
|
|
401
402
|
},
|
|
402
403
|
{
|
|
403
404
|
zigbeeModel: ['TS0503A'],
|
|
@@ -764,7 +765,8 @@ module.exports = [
|
|
|
764
765
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_ew3ldmgx'},
|
|
765
766
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_ps3dmato'},
|
|
766
767
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_mraovvmm'},
|
|
767
|
-
{modelID: 'TS011F', manufacturerName: '_TZ3000_jvzvulen'}
|
|
768
|
+
{modelID: 'TS011F', manufacturerName: '_TZ3000_jvzvulen'},
|
|
769
|
+
{modelID: 'TS011F', manufacturerName: '_TZ3000_dpo1ysak'}],
|
|
768
770
|
model: 'TS011F_plug',
|
|
769
771
|
description: 'Smart plug (with power monitoring)',
|
|
770
772
|
vendor: 'TuYa',
|
|
@@ -787,8 +789,7 @@ module.exports = [
|
|
|
787
789
|
.withDescription('Recover state after power outage')],
|
|
788
790
|
},
|
|
789
791
|
{
|
|
790
|
-
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_hyfvrar3'},
|
|
791
|
-
{modelID: 'TS011F', manufacturerName: '_TZ3000_dpo1ysak'}],
|
|
792
|
+
fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_hyfvrar3'}],
|
|
792
793
|
model: 'TS011F_plug_2',
|
|
793
794
|
description: 'Smart plug (without power monitoring)',
|
|
794
795
|
vendor: 'TuYa',
|
package/npm-shrinkwrap.json
CHANGED