zigbee-herdsman-converters 14.0.323 → 14.0.324

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.
@@ -1969,7 +1969,7 @@ const converters = {
1969
1969
  convertSet: async (entity, key, value, meta) => {
1970
1970
  if (['ZNCZ04LM', 'QBKG25LM', 'SSM-U01', 'SSM-U02', 'DLKZMK11LM', 'DLKZMK12LM', 'QBKG39LM', 'QBKG41LM', 'ZNCZ15LM',
1971
1971
  'WS-EUK01', 'WS-EUK02', 'WS-EUK03', 'WS-EUK04', 'QBKG31LM', 'QBCZ15LM', 'QBKG20LM', 'QBKG38LM',
1972
- 'QBKG34LM', 'QBCZ14LM', 'QBKG19LM'].includes(meta.mapped.model)) {
1972
+ 'QBKG34LM', 'QBCZ14LM', 'QBKG19LM', 'QBKG40LM', 'QBKG41LM'].includes(meta.mapped.model)) {
1973
1973
  await entity.write('aqaraOpple', {0x0201: {value: value ? 1 : 0, type: 0x10}}, manufacturerOptions.xiaomi);
1974
1974
  } else if (['ZNCZ02LM', 'QBCZ11LM'].includes(meta.mapped.model)) {
1975
1975
  const payload = value ?
@@ -1992,7 +1992,7 @@ const converters = {
1992
1992
  convertGet: async (entity, key, meta) => {
1993
1993
  if (['ZNCZ04LM', 'QBKG25LM', 'SSM-U01', 'SSM-U02', 'DLKZMK11LM', 'DLKZMK12LM', 'QBKG39LM', 'QBKG41LM', 'ZNCZ15LM',
1994
1994
  'WS-EUK02', 'WS-EUK01', 'QBKG31LM', 'QBCZ15LM', 'QBCZ14LM', 'QBKG20LM', 'QBKG34LM', 'QBKG19LM',
1995
- 'QBKG38LM'].includes(meta.mapped.model)) {
1995
+ 'QBKG38LM', 'QBKG40LM', 'QBKG41LM'].includes(meta.mapped.model)) {
1996
1996
  await entity.read('aqaraOpple', [0x0201]);
1997
1997
  } else if (['ZNCZ02LM', 'QBCZ11LM', 'ZNCZ11LM'].includes(meta.mapped.model)) {
1998
1998
  await entity.read('aqaraOpple', [0xFFF0]);
@@ -1067,6 +1067,15 @@ module.exports = [
1067
1067
  extend: hueExtend.light_onoff_brightness_colortemp_color(),
1068
1068
  ota: ota.zigbeeOTA,
1069
1069
  },
1070
+ {
1071
+ zigbeeModel: ['4090231P9'],
1072
+ model: '4090231P9',
1073
+ vendor: 'Philips',
1074
+ description: 'Hue Liane',
1075
+ meta: {turnsOffAtBrightness1: true},
1076
+ extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
1077
+ ota: ota.zigbeeOTA,
1078
+ },
1070
1079
  {
1071
1080
  zigbeeModel: ['LTC001'],
1072
1081
  model: '3261030P7',
@@ -2332,4 +2341,13 @@ module.exports = [
2332
2341
  extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
2333
2342
  ota: ota.zigbeeOTA,
2334
2343
  },
2344
+ {
2345
+ zigbeeModel: ['LTA005'],
2346
+ model: '8719514392830',
2347
+ vendor: 'Philips',
2348
+ description: 'Hue White Ambiance E27 filament screw globe',
2349
+ meta: {turnsOffAtBrightness1: true},
2350
+ extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [222, 454]}),
2351
+ ota: ota.zigbeeOTA,
2352
+ },
2335
2353
  ];
package/devices/xiaomi.js CHANGED
@@ -116,7 +116,7 @@ module.exports = [
116
116
  model: 'JWDL001A',
117
117
  vendor: 'Xiaomi',
118
118
  description: 'Aqara embedded spot led light',
119
- extend: xiaomiExtend.light_onoff_brightness_colortemp(),
119
+ extend: xiaomiExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
120
120
  },
121
121
  {
122
122
  zigbeeModel: ['lumi.sensor_switch'],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.323",
3
+ "version": "14.0.324",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.323",
3
+ "version": "14.0.324",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [