zigbee-herdsman-converters 14.0.531 → 14.0.532
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 +2 -1
- package/package.json +2 -2
package/devices/tuya.js
CHANGED
|
@@ -305,7 +305,8 @@ module.exports = [
|
|
|
305
305
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_a4s41wm4'},
|
|
306
306
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_qxenlrin'},
|
|
307
307
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_iwbaamgh'},
|
|
308
|
-
{modelID: 'TS0505B', manufacturerName: '_TZ3210_klv2wul0'}
|
|
308
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_klv2wul0'},
|
|
309
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_rcggc0ys'}],
|
|
309
310
|
model: 'TS0505B',
|
|
310
311
|
vendor: 'TuYa',
|
|
311
312
|
description: 'Zigbee RGB+CCT light',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigbee-herdsman-converters",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.532",
|
|
4
4
|
"description": "Collection of device converters to be used with zigbee-herdsman",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"buffer-crc32": "^0.2.13",
|
|
39
39
|
"https-proxy-agent": "^5.0.1",
|
|
40
40
|
"tar-stream": "^2.2.0",
|
|
41
|
-
"zigbee-herdsman": "^0.14.
|
|
41
|
+
"zigbee-herdsman": "^0.14.34"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"eslint": "*",
|