zigbee-herdsman-converters 25.93.0 → 25.94.0
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/CHANGELOG.md +24 -0
- package/dist/converters/fromZigbee.d.ts +1 -1
- package/dist/converters/fromZigbee.d.ts.map +1 -1
- package/dist/converters/fromZigbee.js +2 -2
- package/dist/converters/fromZigbee.js.map +1 -1
- package/dist/devices/ctm.d.ts.map +1 -1
- package/dist/devices/ctm.js +51 -9
- package/dist/devices/ctm.js.map +1 -1
- package/dist/devices/jxuan.js +1 -1
- package/dist/devices/jxuan.js.map +1 -1
- package/dist/devices/legrand.d.ts.map +1 -1
- package/dist/devices/legrand.js +8 -1
- package/dist/devices/legrand.js.map +1 -1
- package/dist/devices/paulmann.d.ts.map +1 -1
- package/dist/devices/paulmann.js +7 -0
- package/dist/devices/paulmann.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +16 -2
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/sonoff.d.ts.map +1 -1
- package/dist/devices/sonoff.js +2 -0
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +11 -5
- package/dist/devices/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/dist/devices/philips.js
CHANGED
|
@@ -319,6 +319,13 @@ exports.definitions = [
|
|
|
319
319
|
description: "Hue white ambiance A67 1600lm with Bluetooth E27",
|
|
320
320
|
extend: [philips.m.light({ colorTemp: { range: [50, 1000] } })],
|
|
321
321
|
},
|
|
322
|
+
{
|
|
323
|
+
zigbeeModel: ["LTA017"],
|
|
324
|
+
model: "9290038551",
|
|
325
|
+
vendor: "Philips",
|
|
326
|
+
description: "Hue white ambiance A19 810lm with Bluetooth E26",
|
|
327
|
+
extend: [philips.m.light({ colorTemp: { range: [50, 1000] } })],
|
|
328
|
+
},
|
|
322
329
|
{
|
|
323
330
|
zigbeeModel: ["LTA018"],
|
|
324
331
|
model: "9290038552",
|
|
@@ -826,7 +833,7 @@ exports.definitions = [
|
|
|
826
833
|
extend: [philips.m.light({ colorTemp: { range: undefined }, color: true })],
|
|
827
834
|
},
|
|
828
835
|
{
|
|
829
|
-
zigbeeModel: ["LCP001", "LCP002", "4090331P9_01", "4090331P9_02", "929003053301_01", "929003053301_02"],
|
|
836
|
+
zigbeeModel: ["LCP001", "LCP002", "4090331P9_01", "4090331P9_02", "929003053301_01", "929003053301_02", "929003785101_01", "929003785101_02"],
|
|
830
837
|
model: "4090331P9",
|
|
831
838
|
vendor: "Philips",
|
|
832
839
|
description: "Hue Ensis (white)",
|
|
@@ -1420,6 +1427,13 @@ exports.definitions = [
|
|
|
1420
1427
|
description: "Hue Flourish white and color ambiance pendant light",
|
|
1421
1428
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
1422
1429
|
},
|
|
1430
|
+
{
|
|
1431
|
+
zigbeeModel: ["4090631U9"],
|
|
1432
|
+
model: "4090631U9",
|
|
1433
|
+
vendor: "Philips",
|
|
1434
|
+
description: "Hue Flourish white and color ambiance pendant light",
|
|
1435
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
|
|
1436
|
+
},
|
|
1423
1437
|
{
|
|
1424
1438
|
zigbeeModel: ["LWB010"],
|
|
1425
1439
|
model: "8718696449691",
|
|
@@ -2097,7 +2111,7 @@ exports.definitions = [
|
|
|
2097
2111
|
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
2098
2112
|
},
|
|
2099
2113
|
{
|
|
2100
|
-
zigbeeModel: ["929003099001", "929003099201"],
|
|
2114
|
+
zigbeeModel: ["929003099001", "929003099201", "929003099002"],
|
|
2101
2115
|
model: "929003099001",
|
|
2102
2116
|
vendor: "Philips",
|
|
2103
2117
|
description: "Hue white ambiance Aurelle square panel light",
|