zigbee-herdsman-converters 15.0.81 → 15.0.82

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.
@@ -17,7 +17,10 @@ module.exports = [
17
17
  exposes: [],
18
18
  },
19
19
  {
20
- zigbeeModel: ['MOT-C1Z06C\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'],
20
+ zigbeeModel: [
21
+ 'MOT-C1Z06C\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000',
22
+ 'MOT-C1Z10F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000',
23
+ ],
21
24
  fingerprint: [{manufId: 4368, endpoints: [{ID: 1, profileID: 260, deviceID: 512,
22
25
  inputClusters: [0, 3, 4, 5, 6, 8, 10, 21, 256, 64544, 64545], outputClusters: [3, 64544]}]}],
23
26
  model: 'NSAV061',
@@ -32,4 +35,13 @@ module.exports = [
32
35
  await reporting.brightness(endpoint);
33
36
  },
34
37
  },
38
+ {
39
+ zigbeeModel: ['MAI-ZTP20F'],
40
+ model: 'MAI-ZTP20F',
41
+ vendor: 'Profalux',
42
+ description: 'Cover remote',
43
+ fromZigbee: [],
44
+ toZigbee: [],
45
+ exposes: [],
46
+ },
35
47
  ];
package/devices/tuya.js CHANGED
@@ -2113,6 +2113,7 @@ module.exports = [
2113
2113
  {modelID: 'zo2pocs\u0000', manufacturerName: '_TYST11_fzo2pocs'},
2114
2114
  {modelID: 'TS0601', manufacturerName: '_TZE200_cf1sl3tj'},
2115
2115
  {modelID: 'TS0601', manufacturerName: '_TZE200_b2u1drdv'},
2116
+ {modelID: 'TS0601', manufacturerName: '_TZE200_ol5jlkkr'},
2116
2117
  // Roller blinds:
2117
2118
  {modelID: 'TS0601', manufacturerName: '_TZE200_fctwhugx'},
2118
2119
  {modelID: 'TS0601', manufacturerName: '_TZE200_zah67ekd'},
@@ -2128,6 +2129,7 @@ module.exports = [
2128
2129
  {modelID: 'TS0601', manufacturerName: '_TZE200_68nvbio9'},
2129
2130
  {modelID: 'TS0601', manufacturerName: '_TZE200_3ylew7b4'},
2130
2131
  {modelID: 'TS0601', manufacturerName: '_TZE200_llm0epxg'},
2132
+ {modelID: 'TS0601', manufacturerName: '_TZE200_n1aauwb4'},
2131
2133
  ],
2132
2134
  model: 'TS0601_cover_1',
2133
2135
  vendor: 'TuYa',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.81",
3
+ "version": "15.0.82",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [