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 +2 -2
- package/devices/prolight.js +10 -3
- package/lib/ota/OTA_URLs.md +13 -1
- package/package.json +1 -1
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
|
|
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
|
{
|
package/devices/prolight.js
CHANGED
|
@@ -6,10 +6,10 @@ const e = exposes.presets;
|
|
|
6
6
|
module.exports = [
|
|
7
7
|
{
|
|
8
8
|
zigbeeModel: ['PROLIGHT E27 WHITE AND COLOUR'],
|
|
9
|
-
model: '
|
|
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: '
|
|
44
|
+
model: '5412748727388',
|
|
38
45
|
vendor: 'Prolight',
|
|
39
46
|
description: 'Remote control',
|
|
40
47
|
toZigbee: [],
|
package/lib/ota/OTA_URLs.md
CHANGED
|
@@ -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
|
|
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
|
|