zigbee-herdsman-converters 14.0.480 → 14.0.481
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/iotperfect.js +2 -1
- package/devices/lidl.js +12 -1
- package/package.json +1 -1
package/devices/iotperfect.js
CHANGED
|
@@ -7,7 +7,8 @@ const ea = exposes.access;
|
|
|
7
7
|
|
|
8
8
|
module.exports = [
|
|
9
9
|
{
|
|
10
|
-
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_vrjkcam9'}
|
|
10
|
+
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_vrjkcam9'},
|
|
11
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_d0ypnbvn'}],
|
|
11
12
|
model: 'PF-PM02D-TYZ',
|
|
12
13
|
vendor: 'IOTPerfect',
|
|
13
14
|
description: 'Smart water/gas valve',
|
package/devices/lidl.js
CHANGED
|
@@ -440,6 +440,16 @@ module.exports = [
|
|
|
440
440
|
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop],
|
|
441
441
|
toZigbee: [],
|
|
442
442
|
},
|
|
443
|
+
{
|
|
444
|
+
fingerprint: [{modelID: 'TS1001', manufacturerName: '_TYZB01_hww2py6b'}],
|
|
445
|
+
model: 'FB21-001',
|
|
446
|
+
vendor: 'Lidl',
|
|
447
|
+
description: 'Livarno Lux switch and dimming light remote control',
|
|
448
|
+
exposes: [e.action(['on', 'off', 'brightness_stop', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up',
|
|
449
|
+
'brightness_move_down'])],
|
|
450
|
+
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop],
|
|
451
|
+
toZigbee: [],
|
|
452
|
+
},
|
|
443
453
|
{
|
|
444
454
|
fingerprint: [
|
|
445
455
|
{modelID: 'TS011F', manufacturerName: '_TZ3000_wzauvbcs'}, // EU
|
|
@@ -647,7 +657,8 @@ module.exports = [
|
|
|
647
657
|
},
|
|
648
658
|
},
|
|
649
659
|
{
|
|
650
|
-
fingerprint: [{modelID: 'TS0505A', manufacturerName: '_TZ3000_gek6snaj'}
|
|
660
|
+
fingerprint: [{modelID: 'TS0505A', manufacturerName: '_TZ3000_gek6snaj'},
|
|
661
|
+
{modelID: 'TS0505B', manufacturerName: '_TZ3210_iystcadi'}],
|
|
651
662
|
model: '14149505L/14149506L',
|
|
652
663
|
vendor: 'Lidl',
|
|
653
664
|
description: 'Livarno Lux light bar RGB+CCT (black/white)',
|