zigbee-herdsman-converters 15.0.78 → 15.0.79

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.
@@ -210,6 +210,22 @@ module.exports = [
210
210
  extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
211
211
  ota: ota.ledvance,
212
212
  },
213
+ {
214
+ zigbeeModel: ['A60 RGBW T'],
215
+ model: '4058075729025',
216
+ vendor: 'LEDVANCE',
217
+ description: 'SMART+ lamp E27 RGBTW',
218
+ extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
219
+ ota: ota.ledvance,
220
+ },
221
+ {
222
+ zigbeeModel: ['A60 RGBW B22D T'],
223
+ model: '4058075729049',
224
+ vendor: 'LEDVANCE',
225
+ description: 'SMART+ lamp B22D RGBTW',
226
+ extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
227
+ ota: ota.ledvance,
228
+ },
213
229
  {
214
230
  zigbeeModel: ['A60 DIM T'],
215
231
  model: '4058075728981',
@@ -35,7 +35,7 @@ module.exports = [
35
35
  toZigbee: [tz.saswell_thermostat_current_heating_setpoint, tz.saswell_thermostat_mode, tz.saswell_thermostat_away,
36
36
  tz.saswell_thermostat_child_lock, tz.saswell_thermostat_window_detection, tz.saswell_thermostat_frost_detection,
37
37
  tz.saswell_thermostat_calibration, tz.saswell_thermostat_anti_scaling, tz.tuya_thermostat_weekly_schedule],
38
- onEvent: tuya.onEventSetTime,
38
+ onEvent: (type, data, device) => !['_TZE200_c88teujp'].includes(device.manufacturerName) && tuya.onEventSetTime(type, data, device),
39
39
  meta: {
40
40
  thermostat: {
41
41
  weeklyScheduleMaxTransitions: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "15.0.78",
3
+ "version": "15.0.79",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [