zigbee-herdsman-converters 14.0.530 → 14.0.531
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
|
|
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
|
},
|
package/devices/philips.js
CHANGED
|
@@ -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',
|