zigbee-herdsman-converters 14.0.389 → 14.0.390
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/lidl.js +11 -0
- package/devices/tuya.js +1 -0
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/lidl.js
CHANGED
|
@@ -485,6 +485,17 @@ module.exports = [
|
|
|
485
485
|
device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29});
|
|
486
486
|
},
|
|
487
487
|
},
|
|
488
|
+
{
|
|
489
|
+
fingerprint: [{modelID: 'TS0505B', manufacturerName: '_TZ3210_r0xgkft5'}],
|
|
490
|
+
model: '14156506L',
|
|
491
|
+
vendor: 'Lidl',
|
|
492
|
+
description: 'Livarno Lux smart LED mood light',
|
|
493
|
+
...extend.light_onoff_brightness_colortemp_color({disableColorTempStartup: true, colorTempRange: [153, 500]}),
|
|
494
|
+
meta: {applyRedFix: true, enhancedHue: false},
|
|
495
|
+
configure: async (device, coordinatorEndpoint, logger) => {
|
|
496
|
+
device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29});
|
|
497
|
+
},
|
|
498
|
+
},
|
|
488
499
|
{
|
|
489
500
|
fingerprint: [{modelID: 'TS0505B', manufacturerName: '_TZ3000_quqaeew6'}],
|
|
490
501
|
model: 'HG07834A',
|
package/devices/tuya.js
CHANGED
|
@@ -926,6 +926,7 @@ module.exports = [
|
|
|
926
926
|
{modelID: 'TS0601', manufacturerName: '_TZE200_hue3yfsn'}, /* model: 'TV02-Zigbee', vendor: 'TuYa' */
|
|
927
927
|
{modelID: 'TS0601', manufacturerName: '_TZE200_e9ba97vf'}, /* model: 'TV01-ZB', vendor: 'Moes' */
|
|
928
928
|
{modelID: 'TS0601', manufacturerName: '_TZE200_husqqvux'}, /* model: 'TSL-TRV-TV01ZG', vendor: 'Tesla Smart' */
|
|
929
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_lllliz3p'}, /* model: 'TV02-Zigbee', vendor: 'TuYa' */
|
|
929
930
|
],
|
|
930
931
|
model: 'TV02-Zigbee',
|
|
931
932
|
vendor: 'TuYa',
|
package/npm-shrinkwrap.json
CHANGED