zigbee-herdsman-converters 14.0.348 → 14.0.349

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.
@@ -6,8 +6,7 @@ module.exports = [
6
6
  zigbeeModel: ['Lamp_01'],
7
7
  model: 'KS-SM001',
8
8
  vendor: 'Ksentry Electronics',
9
- description: '[Zigbee OnOff Controller](http://ksentry.manufacturer.globalsources.com/si/6008837134660'+
10
- '/pdtl/ZigBee-module/1162731630/zigbee-on-off-controller-modules.htm)',
9
+ description: 'Zigbee on/off controller',
11
10
  extend: extend.switch(),
12
11
  configure: async (device, coordinatorEndpoint, logger) => {
13
12
  const endpoint = device.getEndpoint(11);
@@ -98,4 +98,12 @@ module.exports = [
98
98
  extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 526]}),
99
99
  ota: ota.ledvance,
100
100
  },
101
+ {
102
+ zigbeeModel: ['Tibea TW Z3'],
103
+ model: '4058075168572',
104
+ vendor: 'LEDVANCE',
105
+ description: 'SMART+ lamp E27 turntable white',
106
+ extend: extend.ledvance.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
107
+ ota: ota.ledvance,
108
+ },
101
109
  ];
package/index.js CHANGED
@@ -75,9 +75,7 @@ function addDefinition(definition) {
75
75
  };
76
76
  }
77
77
 
78
- if (definition.toZigbee.length > 0) {
79
- definition.toZigbee.push(tz.scene_store, tz.scene_recall, tz.scene_add, tz.scene_remove, tz.scene_remove_all, tz.read, tz.write);
80
- }
78
+ definition.toZigbee.push(tz.scene_store, tz.scene_recall, tz.scene_add, tz.scene_remove, tz.scene_remove_all, tz.read, tz.write);
81
79
 
82
80
  if (definition.exposes) {
83
81
  definition.exposes = definition.exposes.concat([exposes.presets.linkquality()]);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.348",
3
+ "version": "14.0.349",
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.348",
3
+ "version": "14.0.349",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [