zigbee-herdsman-converters 14.0.523 → 14.0.524

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.
@@ -1259,7 +1259,7 @@ module.exports = [
1259
1259
  vendor: 'Philips',
1260
1260
  description: 'Hue white ambiance 5/6" retrofit recessed downlight',
1261
1261
  meta: {turnsOffAtBrightness1: true},
1262
- extend: hueExtend.light_onoff_brightness_colortemp(),
1262
+ extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
1263
1263
  ota: ota.zigbeeOTA,
1264
1264
  },
1265
1265
  {
@@ -2762,6 +2762,15 @@ module.exports = [
2762
2762
  extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
2763
2763
  ota: ota.zigbeeOTA,
2764
2764
  },
2765
+ {
2766
+ zigbeeModel: ['1745130P7'],
2767
+ model: '1745130P7',
2768
+ vendor: 'Philips',
2769
+ description: 'Hue Calla outdoor',
2770
+ meta: {turnsOffAtBrightness1: true},
2771
+ extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
2772
+ ota: ota.zigbeeOTA,
2773
+ },
2765
2774
  {
2766
2775
  zigbeeModel: ['LTO002'],
2767
2776
  model: '8719514301542',
package/devices/tci.js CHANGED
@@ -15,4 +15,11 @@ module.exports = [
15
15
  description: 'LED driver for wireless control (60 watt)',
16
16
  extend: extend.light_onoff_brightness(),
17
17
  },
18
+ {
19
+ zigbeeModel: ['PROFESSIONALE ZB3'],
20
+ model: '122576',
21
+ vendor: 'TCI',
22
+ description: 'Direct current wireless dimmable electronic drivers with DIP-SWITCH',
23
+ extend: extend.light_onoff_brightness(),
24
+ },
18
25
  ];
package/devices/tuya.js CHANGED
@@ -14,7 +14,7 @@ const TS011Fplugs = ['_TZ3000_5f43h46b', '_TZ3000_cphmq0q7', '_TZ3000_dpo1ysak',
14
14
  '_TZ3000_jvzvulen', '_TZ3000_mraovvmm', '_TZ3000_nfnmi125', '_TZ3000_ps3dmato', '_TZ3000_w0qqde0g', '_TZ3000_u5u4cakc',
15
15
  '_TZ3000_rdtixbnu', '_TZ3000_typdpbpg', '_TZ3000_kx0pris5', '_TZ3000_amdymr7l', '_TZ3000_z1pnpsdo', '_TZ3000_ksw8qtmt',
16
16
  '_TZ3000_nzkqcvvs', '_TZ3000_1h2x4akh', '_TZ3000_9vo5icau', '_TZ3000_cehuw1lw', '_TZ3000_ko6v90pg', '_TZ3000_f1bapcit',
17
- '_TZ3000_cjrngdr3', '_TZ3000_zloso4jk'];
17
+ '_TZ3000_cjrngdr3', '_TZ3000_zloso4jk', '_TZ3000_v4mevirn'];
18
18
 
19
19
  const tzLocal = {
20
20
  TS0504B_color: {
package/devices/vimar.js CHANGED
@@ -26,4 +26,15 @@ module.exports = [
26
26
  toZigbee: [tz.cover_state, tz.cover_position_tilt],
27
27
  exposes: [e.cover_position()],
28
28
  },
29
+ {
30
+ zigbeeModel: ['Mains_Power_Outlet_v1.0'],
31
+ model: '14593',
32
+ vendor: 'Vimar',
33
+ description: '16A outlet IoT connected',
34
+ extend: extend.switch(),
35
+ configure: async (device, coordinatorEndpoint, logger) => {
36
+ const endpoint = device.getEndpoint(10);
37
+ await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
38
+ },
39
+ },
29
40
  ];
package/devices/woox.js CHANGED
@@ -134,7 +134,7 @@ module.exports = [
134
134
  onEvent: tuya.onEventsetTime,
135
135
  },
136
136
  {
137
- fingerprint: [{modelID: 'TS0219', manufacturerName: '_TYZB01_ynsiasng'}],
137
+ fingerprint: [{modelID: 'TS0219', manufacturerName: '_TYZB01_ynsiasng'}, {modelID: 'TS0219', manufacturerName: '_TYZB01_bwsijaty'}],
138
138
  model: 'R7051',
139
139
  vendor: 'Woox',
140
140
  description: 'Smart siren',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.523",
3
+ "version": "14.0.524",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [