zigbee-herdsman-converters 14.0.609 → 14.0.610
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/ledvance.js +8 -0
- package/devices/lidl.js +1 -0
- package/devices/moes.js +12 -4
- package/devices/tuya.js +3 -1
- package/devices/woox.js +1 -0
- package/package.json +2 -2
package/devices/ledvance.js
CHANGED
|
@@ -167,4 +167,12 @@ module.exports = [
|
|
|
167
167
|
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
|
|
168
168
|
ota: ota.ledvance,
|
|
169
169
|
},
|
|
170
|
+
{
|
|
171
|
+
zigbeeModel: ['CLA 60 DIM'],
|
|
172
|
+
model: '4058075728981',
|
|
173
|
+
vendor: 'LEDVANCE',
|
|
174
|
+
description: 'SMART+ Classic A E27 dimmable white',
|
|
175
|
+
extend: extend.ledvance.light_onoff_brightness(),
|
|
176
|
+
ota: ota.ledvance,
|
|
177
|
+
},
|
|
170
178
|
];
|
package/devices/lidl.js
CHANGED
|
@@ -366,6 +366,7 @@ module.exports = [
|
|
|
366
366
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_wamqdr3f'}, // FR
|
|
367
367
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_00mk2xzy'}, // BS
|
|
368
368
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_upjrsxh1'}, // DK
|
|
369
|
+
{modelID: 'TS011F', manufacturerName: '_TZ3000_ynmowqk2'}, // FR
|
|
369
370
|
{manufacturerName: '_TZ3000_00mk2xzy'}, // BS
|
|
370
371
|
],
|
|
371
372
|
model: 'HG06337',
|
package/devices/moes.js
CHANGED
|
@@ -273,9 +273,14 @@ module.exports = [
|
|
|
273
273
|
exposes: [e.switch().withEndpoint('l1').setAccess('state', ea.STATE_SET),
|
|
274
274
|
e.switch().withEndpoint('l2').setAccess('state', ea.STATE_SET),
|
|
275
275
|
e.switch().withEndpoint('l3').setAccess('state', ea.STATE_SET),
|
|
276
|
-
e.switch().withEndpoint('l4').setAccess('state', ea.STATE_SET)
|
|
277
|
-
|
|
278
|
-
|
|
276
|
+
e.switch().withEndpoint('l4').setAccess('state', ea.STATE_SET),
|
|
277
|
+
exposes.enum('indicate_light', ea.STATE_SET, Object.values(tuya.moesSwitch.indicateLight))
|
|
278
|
+
.withDescription('Indicator light status'),
|
|
279
|
+
exposes.enum('power_on_behavior', ea.STATE_SET, Object.values(tuya.moesSwitch.powerOnBehavior))
|
|
280
|
+
.withDescription('Controls the behavior when the device is powered on')],
|
|
281
|
+
fromZigbee: [fz.ignore_basic_report, fz.tuya_switch, fz.moes_switch],
|
|
282
|
+
toZigbee: [tz.tuya_switch_state, tz.moes_switch],
|
|
283
|
+
onEvent: tuya.onEventSetLocalTime,
|
|
279
284
|
meta: {multiEndpoint: true},
|
|
280
285
|
endpoint: (device) => {
|
|
281
286
|
// Endpoint selection is made in tuya_switch_state
|
|
@@ -428,7 +433,10 @@ module.exports = [
|
|
|
428
433
|
exposes.enum('calibration', ea.STATE_SET, ['OFF', 'ON']), exposes.enum('motor_reversal', ea.STATE_SET, ['OFF', 'ON'])],
|
|
429
434
|
},
|
|
430
435
|
{
|
|
431
|
-
fingerprint: [
|
|
436
|
+
fingerprint: [
|
|
437
|
+
{modelID: 'TS1201', manufacturerName: '_TZ3290_j37rooaxrcdcqo5n'},
|
|
438
|
+
{modelID: 'TS1201', manufacturerName: '_TZ3290_ot6ewjvmejq5ekhl'},
|
|
439
|
+
],
|
|
432
440
|
model: 'UFO-R11',
|
|
433
441
|
vendor: 'Moes',
|
|
434
442
|
description: 'Universal smart IR remote control',
|
package/devices/tuya.js
CHANGED
|
@@ -801,6 +801,7 @@ module.exports = [
|
|
|
801
801
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_remypqqm'},
|
|
802
802
|
{modelID: 'TS0505B', manufacturerName: '_TZ3000_kohbva1f'},
|
|
803
803
|
{modelID: 'TS0505B', manufacturerName: '_TZ3000_luit1t00'},
|
|
804
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_r5afgmkl'},
|
|
804
805
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_wslkvrau'},
|
|
805
806
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_0rn9qhnu'},
|
|
806
807
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_ejctepku'},
|
|
@@ -826,6 +827,7 @@ module.exports = [
|
|
|
826
827
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_cuqkfz2q'},
|
|
827
828
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_6amjviba'},
|
|
828
829
|
{modelID: 'TS0505B', manufacturerName: '_TZ3000_xr5m6kfg'},
|
|
830
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_xr5m6kfg'},
|
|
829
831
|
{modelID: 'TS0505B', manufacturerName: '_TZ3210_bf175wi4'}],
|
|
830
832
|
model: 'TS0505B',
|
|
831
833
|
vendor: 'TuYa',
|
|
@@ -1465,7 +1467,7 @@ module.exports = [
|
|
|
1465
1467
|
},
|
|
1466
1468
|
},
|
|
1467
1469
|
{
|
|
1468
|
-
fingerprint: [{modelID: 'TS004F', manufacturerName: '_TZ3000_xabckq1v'}],
|
|
1470
|
+
fingerprint: [{modelID: 'TS004F', manufacturerName: '_TZ3000_xabckq1v'}, {modelID: 'TS004F', manufacturerName: '_TZ3000_czuyt8lz'}],
|
|
1469
1471
|
model: 'TS004F',
|
|
1470
1472
|
vendor: 'TuYa',
|
|
1471
1473
|
description: 'Wireless switch with 4 buttons',
|
package/devices/woox.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zigbee-herdsman-converters",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.610",
|
|
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.51"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"eslint": "*",
|