zigbee-herdsman-converters 15.0.97 → 15.0.98
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 +9 -4
- package/package.json +1 -1
package/devices/tuya.js
CHANGED
|
@@ -2128,11 +2128,14 @@ module.exports = [
|
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
fingerprint: tuya.fingerprint('TS0002', ['_TZ3000_01gpyda5', '_TZ3000_bvrlqyj7', '_TZ3000_7ed9cqgi',
|
|
2131
|
-
'_TZ3000_zmy4lslw', '_TZ3000_ruxexjfz']),
|
|
2131
|
+
'_TZ3000_zmy4lslw', '_TZ3000_ruxexjfz', '_TZ3000_4xfqlgqo']),
|
|
2132
2132
|
model: 'TS0002_switch_module',
|
|
2133
2133
|
vendor: 'TuYa',
|
|
2134
2134
|
description: '2 gang switch module',
|
|
2135
|
-
whiteLabel: [
|
|
2135
|
+
whiteLabel: [
|
|
2136
|
+
{vendor: 'OXT', model: 'SWTZ22'}, {vendor: 'Nous', model: 'L13Z'},
|
|
2137
|
+
tuya.whitelabel('pcblab.io', 'RR620ZB', '2 gang Zigbee switch module', ['_TZ3000_4xfqlgqo']),
|
|
2138
|
+
],
|
|
2136
2139
|
extend: tuya.extend.switch({switchType: true, endpoints: ['l1', 'l2']}),
|
|
2137
2140
|
endpoint: (device) => {
|
|
2138
2141
|
return {'l1': 1, 'l2': 2};
|
|
@@ -3075,14 +3078,13 @@ module.exports = [
|
|
|
3075
3078
|
whiteLabel: [{vendor: 'Hiking', model: 'DDS238-2'}, {vendor: 'TuYa', model: 'RC-MCB'}],
|
|
3076
3079
|
},
|
|
3077
3080
|
{
|
|
3078
|
-
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_lsanae15']),
|
|
3081
|
+
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_lsanae15', '_TZE204_lsanae15']),
|
|
3079
3082
|
model: 'TS0601_din_2',
|
|
3080
3083
|
vendor: 'TuYa',
|
|
3081
3084
|
description: 'Zigbee DIN energy meter',
|
|
3082
3085
|
fromZigbee: [tuya.fz.datapoints],
|
|
3083
3086
|
toZigbee: [tuya.tz.datapoints],
|
|
3084
3087
|
configure: tuya.configureMagicPacket,
|
|
3085
|
-
whiteLabel: [{vendor: 'XOCA', model: 'DAC2161C'}],
|
|
3086
3088
|
exposes: [tuya.exposes.switch(), e.energy(), e.power(), e.voltage(), e.current(),
|
|
3087
3089
|
exposes.enum('fault', ea.STATE, ['clear', 'over_current_threshold', 'over_power_threshold',
|
|
3088
3090
|
'over_voltage threshold', 'wrong_frequency_threshold']).withDescription('Fault status of the device (clear = nothing)'),
|
|
@@ -3121,6 +3123,9 @@ module.exports = [
|
|
|
3121
3123
|
[24, null, null], // Forward Energy T4 - don't know what this
|
|
3122
3124
|
],
|
|
3123
3125
|
},
|
|
3126
|
+
whiteLabel: [
|
|
3127
|
+
tuya.whitelabel('MatSee Plus', 'DAC2161C', 'Smart Zigbee energy meter 80A din rail', ['_TZE200_lsanae15', '_TZE204_lsanae15']),
|
|
3128
|
+
],
|
|
3124
3129
|
},
|
|
3125
3130
|
{
|
|
3126
3131
|
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_rhblgy0z']),
|