zigbee-herdsman-converters 14.0.506 → 14.0.507

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.
@@ -146,7 +146,7 @@ module.exports = [
146
146
  const endpoint = device.getEndpoint(1);
147
147
  await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg', 'genOnOff', 'genLevelCtrl']);
148
148
  const endpoint2 = device.getEndpoint(2);
149
- await reporting.bind(endpoint2, coordinatorEndpoint, ['genPowerCfg', 'genOnOff', 'genLevelCtrl']);
149
+ await reporting.bind(endpoint2, coordinatorEndpoint, ['genOnOff', 'genLevelCtrl']);
150
150
  },
151
151
  endpoint: (device) => {
152
152
  return {left: 1, right: 2};
package/devices/lidl.js CHANGED
@@ -550,6 +550,17 @@ module.exports = [
550
550
  device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29});
551
551
  },
552
552
  },
553
+ {
554
+ fingerprint: [{modelID: 'TS0505B', manufacturerName: '_TZ3210_hxtfthp5'}],
555
+ model: '14158804L',
556
+ vendor: 'Lidl',
557
+ description: 'Livarno Home LED desk lamp RGBW',
558
+ ...extend.light_onoff_brightness_colortemp_color({disableColorTempStartup: true, colorTempRange: [153, 500]}),
559
+ meta: {applyRedFix: true, enhancedHue: false},
560
+ configure: async (device, coordinatorEndpoint, logger) => {
561
+ device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29});
562
+ },
563
+ },
553
564
  {
554
565
  fingerprint: [{modelID: 'TS0505B', manufacturerName: '_TZ3000_quqaeew6'}],
555
566
  model: 'HG07834A',
@@ -49,7 +49,7 @@ module.exports = [
49
49
  extend: extend.light_onoff_brightness_colortemp_color({disableColorTempStartup: true, colorTempRange: [153, 500]}),
50
50
  },
51
51
  {
52
- fingerprint: [{manufacturerName: '_TZ3000_xwh1e22x'}],
52
+ fingerprint: [{modelID: 'TS1002', manufacturerName: '_TZ3000_xwh1e22x'}],
53
53
  model: 'FUT089Z',
54
54
  vendor: 'MiBoxer',
55
55
  description: 'RGB+CCT Remote',
@@ -110,7 +110,7 @@ module.exports = [
110
110
  {
111
111
  fingerprint: [{manufacturerName: '_TZ3000_bdbb0fon'}],
112
112
  zigbeeModel: ['ZBT-Remote-ALL-RGBW', 'TS1001'],
113
- model: 'MLI-404011',
113
+ model: 'MLI-404011/MLI-404049',
114
114
  description: 'Tint remote control',
115
115
  vendor: 'Müller Licht',
116
116
  fromZigbee: [fz.command_on, fz.command_off, fz.command_toggle, fz.legacy.tint404011_brightness_updown_click,
package/devices/nue_3a.js CHANGED
@@ -142,6 +142,7 @@ module.exports = [
142
142
  configure: async (device, coordinatorEndpoint, logger) => {
143
143
  await extend.light_onoff_brightness().configure(device, coordinatorEndpoint, logger);
144
144
  await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff', 'genLevelCtrl']);
145
+ await reporting.brightness(device.getEndpoint(1));
145
146
  },
146
147
  },
147
148
  {
package/devices/tuya.js CHANGED
@@ -211,6 +211,7 @@ module.exports = [
211
211
  {manufacturerName: '_TZ3000_q6a3tepg'}, {modelID: 'TS000F', manufacturerName: '_TZ3000_m9af2l6g'},
212
212
  {modelID: 'TS0001', manufacturerName: '_TZ3000_npzfdcof'},
213
213
  {modelID: 'TS0001', manufacturerName: '_TZ3000_5ng23zjs'},
214
+ {modelID: 'TS0001', manufacturerName: '_TZ3000_rmjr4ufz'},
214
215
  {modelID: 'TS0001', manufacturerName: '_TZ3000_v7gnj3ad'},
215
216
  {modelID: 'TS0001', manufacturerName: '_TZ3000_mx3vgyea'}],
216
217
  model: 'WHD02',
@@ -370,7 +371,6 @@ module.exports = [
370
371
  {modelID: 'TS0202', manufacturerName: '_TYZB01_tv3wxhcz'},
371
372
  {modelID: 'TS0202', manufacturerName: '_TYZB01_hqbdru35'},
372
373
  {modelID: 'TS0202', manufacturerName: '_TZ3000_otvn3lne'},
373
- {modelID: 'TS0202', manufacturerName: '_TZ3000_rmjr4ufz'},
374
374
  {modelID: 'TS0202', manufacturerName: '_TZ3000_tiwq83wk'},
375
375
  {modelID: 'TS0202', manufacturerName: '_TZ3000_ykwcwxmz'},
376
376
  {modelID: 'WHD02', manufacturerName: '_TZ3000_hktqahrq'}],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.506",
3
+ "version": "14.0.507",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [