zigbee-herdsman-converters 14.0.530 → 14.0.533

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.
@@ -8,9 +8,9 @@ const e = exposes.presets;
8
8
  module.exports = [
9
9
  {
10
10
  zigbeeModel: ['tint-ExtendedColor'],
11
- model: '404036',
11
+ model: '404036/45327',
12
12
  vendor: 'Müller Licht',
13
- description: 'Tint LED-globeform white+color',
13
+ description: 'Tint LED white+color',
14
14
  extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 556]}),
15
15
  toZigbee: extend.light_onoff_brightness_colortemp_color().toZigbee.concat([tz.tint_scene]),
16
16
  },
@@ -1247,6 +1247,15 @@ module.exports = [
1247
1247
  extend: hueExtend.light_onoff_brightness_colortemp(),
1248
1248
  ota: ota.zigbeeOTA,
1249
1249
  },
1250
+ {
1251
+ zigbeeModel: ['4503748C6'],
1252
+ model: '4503748C6',
1253
+ vendor: 'Philips',
1254
+ description: 'Hue white ambiance Muscari ceiling light',
1255
+ meta: {turnsOffAtBrightness1: true},
1256
+ extend: hueExtend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
1257
+ ota: ota.zigbeeOTA,
1258
+ },
1250
1259
  {
1251
1260
  zigbeeModel: ['LTD003'],
1252
1261
  model: '4503848C5',
@@ -2589,7 +2598,7 @@ module.exports = [
2589
2598
  },
2590
2599
  {
2591
2600
  zigbeeModel: ['5047130P9'],
2592
- model: '5047130P9 ',
2601
+ model: '5047130P9',
2593
2602
  vendor: 'Philips',
2594
2603
  description: 'Hue White ambiance Buckram single spotlight with bluetooth',
2595
2604
  meta: {turnsOffAtBrightness1: true},
package/devices/tuya.js CHANGED
@@ -305,7 +305,8 @@ module.exports = [
305
305
  {modelID: 'TS0505B', manufacturerName: '_TZ3210_a4s41wm4'},
306
306
  {modelID: 'TS0505B', manufacturerName: '_TZ3210_qxenlrin'},
307
307
  {modelID: 'TS0505B', manufacturerName: '_TZ3210_iwbaamgh'},
308
- {modelID: 'TS0505B', manufacturerName: '_TZ3210_klv2wul0'}],
308
+ {modelID: 'TS0505B', manufacturerName: '_TZ3210_klv2wul0'},
309
+ {modelID: 'TS0505B', manufacturerName: '_TZ3210_rcggc0ys'}],
309
310
  model: 'TS0505B',
310
311
  vendor: 'TuYa',
311
312
  description: 'Zigbee RGB+CCT light',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.530",
3
+ "version": "14.0.533",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -38,7 +38,7 @@
38
38
  "buffer-crc32": "^0.2.13",
39
39
  "https-proxy-agent": "^5.0.1",
40
40
  "tar-stream": "^2.2.0",
41
- "zigbee-herdsman": "^0.14.33"
41
+ "zigbee-herdsman": "^0.14.34"
42
42
  },
43
43
  "devDependencies": {
44
44
  "eslint": "*",