zigbee-herdsman-converters 15.0.12 → 15.0.13
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/adurosmart.js +8 -0
- package/devices/kwikset.js +1 -1
- package/devices/philips.js +7 -0
- package/devices/zemismart.js +1 -1
- package/package.json +2 -2
package/devices/adurosmart.js
CHANGED
|
@@ -119,4 +119,12 @@ module.exports = [
|
|
|
119
119
|
await reporting.onOff(endpoint);
|
|
120
120
|
},
|
|
121
121
|
},
|
|
122
|
+
{
|
|
123
|
+
zigbeeModel: ['Extended Color LED Strip V1.0'],
|
|
124
|
+
model: '81863',
|
|
125
|
+
vendor: 'AduroSmart',
|
|
126
|
+
description: 'Eria color LED strip',
|
|
127
|
+
extend: extend.light_onoff_brightness_colortemp_color({supportsHS: true, colorTempRange: [153, 500]}),
|
|
128
|
+
meta: {applyRedFix: true},
|
|
129
|
+
},
|
|
122
130
|
];
|
package/devices/kwikset.js
CHANGED
package/devices/philips.js
CHANGED
|
@@ -3259,4 +3259,11 @@ module.exports = [
|
|
|
3259
3259
|
description: 'Hue white E27 1100lm with Bluetooth',
|
|
3260
3260
|
extend: hueExtend.light_onoff_brightness(),
|
|
3261
3261
|
},
|
|
3262
|
+
{
|
|
3263
|
+
zigbeeModel: ['LTD017'],
|
|
3264
|
+
model: '578526',
|
|
3265
|
+
vendor: 'Philips',
|
|
3266
|
+
description: 'Hue white ambiance extra bright high lumen dimmable LED smart retrofit recessed 6" downlight',
|
|
3267
|
+
extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 500]}),
|
|
3268
|
+
},
|
|
3262
3269
|
];
|
package/devices/zemismart.js
CHANGED
|
@@ -124,7 +124,7 @@ module.exports = [
|
|
|
124
124
|
'button_6_hold', 'button_6_single', 'button_6_double'])],
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
-
fingerprint:
|
|
127
|
+
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_zigisuyh', '_TZ3000_v4mevirn', '_TZ3000_mlswgkc3']),
|
|
128
128
|
model: 'ZIGBEE-B09-UK',
|
|
129
129
|
vendor: 'Zemismart',
|
|
130
130
|
description: 'Zigbee smart outlet universal socket with USB port',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigbee-herdsman-converters",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.13",
|
|
4
4
|
"description": "Collection of device converters to be used with zigbee-herdsman",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/Koenkk/zigbee-herdsman-converters",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"axios": "^1.2.
|
|
37
|
+
"axios": "^1.2.2",
|
|
38
38
|
"buffer-crc32": "^0.2.13",
|
|
39
39
|
"https-proxy-agent": "^5.0.1",
|
|
40
40
|
"tar-stream": "^3.0.0",
|