zigbee-herdsman-converters 14.0.301 → 14.0.302

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.
@@ -67,6 +67,7 @@ module.exports = [
67
67
  vendor: 'Gledopto',
68
68
  description: 'Zigbee triac AC dimmer',
69
69
  extend: gledoptoExtend.light_onoff_brightness(),
70
+ meta: {disableDefaultResponse: true},
70
71
  },
71
72
  {
72
73
  zigbeeModel: ['GL-C-006'],
@@ -47,7 +47,7 @@ module.exports = [
47
47
  model: '4058075208414',
48
48
  vendor: 'LEDVANCE',
49
49
  description: 'SMART+ candle E14 tunable white',
50
- extend: extend.ledvance.light_onoff_brightness_colortemp(),
50
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
51
51
  ota: ota.ledvance,
52
52
  },
53
53
  {
package/devices/osram.js CHANGED
@@ -51,7 +51,7 @@ module.exports = [
51
51
  model: 'AC10787',
52
52
  vendor: 'OSRAM',
53
53
  description: 'SMART+ classic E27 TW',
54
- extend: extend.ledvance.light_onoff_brightness_colortemp(),
54
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
55
55
  ota: ota.ledvance,
56
56
  },
57
57
  {
@@ -385,8 +385,12 @@ module.exports = [
385
385
  zigbeeModel: ['Zigbee 3.0 DALI CONV LI'],
386
386
  model: '4062172044776',
387
387
  vendor: 'OSRAM',
388
- description: 'OSRAM Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires',
388
+ description: 'Zigbee 3.0 DALI CONV LI dimmer for DALI-based luminaires',
389
389
  extend: extend.ledvance.light_onoff_brightness(),
390
- ota: ota.ledvance,
390
+ exposes: [e.light_brightness().withEndpoint('l1'), e.light_brightness().withEndpoint('l2')],
391
+ endpoint: (device) => {
392
+ return {'l1': 10, 'l2': 11};
393
+ },
394
+ meta: {multiEndpoint: true},
391
395
  },
392
396
  ];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.301",
3
+ "version": "14.0.302",
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.301",
3
+ "version": "14.0.302",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [