zigbee-herdsman-converters 14.0.622 → 14.0.623
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/enocean.js +1 -0
- package/devices/ikea.js +7 -0
- package/package.json +1 -1
package/devices/enocean.js
CHANGED
|
@@ -18,6 +18,7 @@ module.exports = [
|
|
|
18
18
|
{vendor: 'Vimar', description: 'Zigbee Friends of Hue RF switch', model: '03906'},
|
|
19
19
|
{vendor: 'Sunricher', model: 'SR-ZGP2801K4-FOH-E'},
|
|
20
20
|
{vendor: 'LED Trading', model: '9125'},
|
|
21
|
+
{vendor: 'Feller', description: 'Smart light control for Philips Hue', model: '4120.2.S.FMI.61'},
|
|
21
22
|
],
|
|
22
23
|
},
|
|
23
24
|
{
|
package/devices/ikea.js
CHANGED
|
@@ -954,4 +954,11 @@ module.exports = [
|
|
|
954
954
|
description: 'STOFTMOLN ceiling/wall lamp 37 warm light dimmable',
|
|
955
955
|
extend: tradfriExtend.light_onoff_brightness(),
|
|
956
956
|
},
|
|
957
|
+
{
|
|
958
|
+
zigbeeModel: ['STOFTMOLN ceiling/wall lamp WW24'],
|
|
959
|
+
model: 'T2035',
|
|
960
|
+
vendor: 'IKEA',
|
|
961
|
+
description: 'STOFTMOLN ceiling/wall lamp 24 warm light dimmable',
|
|
962
|
+
extend: tradfriExtend.light_onoff_brightness(),
|
|
963
|
+
},
|
|
957
964
|
];
|