zigbee-herdsman-converters 14.0.494 → 14.0.495

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.
package/devices/ikea.js CHANGED
@@ -279,10 +279,10 @@ module.exports = [
279
279
  extend: tradfriExtend.light_onoff_brightness_colortemp(),
280
280
  },
281
281
  {
282
- zigbeeModel: ['TRADFRIbulbE27WSglobeopal1055lm'],
282
+ zigbeeModel: ['TRADFRIbulbE27WSglobeopal1055lm', 'TRADFRIbulbE26WSglobeopal1100lm'],
283
283
  model: 'LED2003G10',
284
284
  vendor: 'IKEA',
285
- description: 'TRADFRI LED bulb E27 1055 lumen, dimmable, white spectrum, opal white',
285
+ description: 'TRADFRI LED bulb E26/27 1100/1055 lumen, dimmable, white spectrum, opal white',
286
286
  extend: tradfriExtend.light_onoff_brightness_colortemp(),
287
287
  },
288
288
  {
@@ -6,10 +6,10 @@ const e = exposes.presets;
6
6
  module.exports = [
7
7
  {
8
8
  zigbeeModel: ['PROLIGHT E27 WHITE AND COLOUR'],
9
- model: '5412748727388',
9
+ model: '5412748727371',
10
10
  vendor: 'Prolight',
11
11
  description: 'E27 white and colour bulb',
12
- extend: extend.light_onoff_brightness_colortemp_color(),
12
+ extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
13
13
  },
14
14
  {
15
15
  zigbeeModel: ['PROLIGHT E27 WARM WHITE CLEAR'],
@@ -32,9 +32,16 @@ module.exports = [
32
32
  description: 'GU10 white and colour spot',
33
33
  extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 555]}),
34
34
  },
35
+ {
36
+ zigbeeModel: ['PROLIGHT GU10 WARM WHITE'],
37
+ model: '5412748727395',
38
+ vendor: 'Prolight',
39
+ description: 'GU10 spot dimmable',
40
+ extend: extend.light_onoff_brightness(),
41
+ },
35
42
  {
36
43
  zigbeeModel: ['PROLIGHT REMOTE CONTROL'],
37
- model: 'PROLIGHT_REMOTE_CONTROL',
44
+ model: '5412748727388',
38
45
  vendor: 'Prolight',
39
46
  description: 'Remote control',
40
47
  toZigbee: [],
@@ -76,7 +76,19 @@ https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/OTA-Image-Types---
76
76
 
77
77
  ### Philips Hue (Signify)
78
78
 
79
- Philips Hue (Signify) Zigbee OTA firmware images are made publicly available by Dresden Elektronik (third-party) at the following URL:
79
+ Philips Hue OTA firmware images are available for different Hue devices for several official sources that do not all use the same APIs:
80
+
81
+ https://firmware.meethue.com/v1/checkUpdate
82
+
83
+ https://firmware.meethue.com/storage/
84
+
85
+ http://fds.dc1.philips.com/firmware/
86
+
87
+ Philips Hue (Signify) Zigbee OTA firmware images direct URLs are available by Koenkk zigbee-OTA repository (third-party) at following URL:
88
+
89
+ https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json
90
+
91
+ Philips Hue (Signify) Zigbee OTA firmware images are also made publicly available by Dresden Elektronik (third-party) at following URL:
80
92
 
81
93
  https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/OTA-Image-Types---Firmware-versions#philips-hue
82
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.494",
3
+ "version": "14.0.495",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [