zigbee-herdsman-converters 14.0.357 → 14.0.358

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/neo.js CHANGED
@@ -7,7 +7,8 @@ const tuya = require('../lib/tuya');
7
7
 
8
8
  module.exports = [
9
9
  {
10
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_d0yu2xgi'}],
10
+ fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_d0yu2xgi'},
11
+ {modelID: 'TS0601', manufacturerName: '_TZE200_t1blo2bj'}],
11
12
  zigbeeModel: ['0yu2xgi'],
12
13
  model: 'NAS-AB02B0',
13
14
  vendor: 'Neo',
package/devices/tuya.js CHANGED
@@ -11,7 +11,7 @@ const ea = exposes.access;
11
11
 
12
12
  const TS011Fplugs = ['_TZ3000_5f43h46b', '_TZ3000_cphmq0q7', '_TZ3000_dpo1ysak', '_TZ3000_ew3ldmgx', '_TZ3000_gjnozsaz',
13
13
  '_TZ3000_jvzvulen', '_TZ3000_mraovvmm', '_TZ3000_nfnmi125', '_TZ3000_ps3dmato', '_TZ3000_w0qqde0g', '_TZ3000_u5u4cakc',
14
- '_TZ3000_rdtixbnu', '_TZ3000_typdpbpg'];
14
+ '_TZ3000_rdtixbnu', '_TZ3000_typdpbpg', '_TZ3000_v1pdxuqq'];
15
15
 
16
16
  module.exports = [
17
17
  {
package/devices/xiaomi.js CHANGED
@@ -1724,7 +1724,7 @@ module.exports = [
1724
1724
  model: 'MCCGQ12LM',
1725
1725
  vendor: 'Xiaomi',
1726
1726
  description: 'Aqara T1 door & window contact sensor',
1727
- fromZigbee: [fz.ias_contact_alarm_1, fz.battery],
1727
+ fromZigbee: [fz.xiaomi_contact, fz.battery],
1728
1728
  toZigbee: [],
1729
1729
  meta: {battery: {voltageToPercentage: '3V_2100'}},
1730
1730
  exposes: [e.contact(), e.battery(), e.battery_voltage()],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.357",
3
+ "version": "14.0.358",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.357",
3
+ "version": "14.0.358",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [