zigbee-herdsman-converters 25.70.0 → 25.71.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 +22 -0
- package/dist/devices/efekta.js +2 -2
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +15 -1
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/profalux.d.ts.map +1 -1
- package/dist/devices/profalux.js +13 -6
- package/dist/devices/profalux.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +18 -6
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zigbeetlc.js +1 -1
- package/dist/devices/zigbeetlc.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAu0I7C,CAAC"}
|
package/dist/devices/philips.js
CHANGED
|
@@ -1063,11 +1063,18 @@ exports.definitions = [
|
|
|
1063
1063
|
description: "Hue White and Color Ambiance GU5.3",
|
|
1064
1064
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
1065
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
zigbeeModel: ["LCG004"],
|
|
1068
|
+
model: "929003575701",
|
|
1069
|
+
vendor: "Philips",
|
|
1070
|
+
description: "Hue White and Color Ambiance GU5.3",
|
|
1071
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
1072
|
+
},
|
|
1066
1073
|
{
|
|
1067
1074
|
zigbeeModel: ["LCG005"],
|
|
1068
1075
|
model: "929003575501",
|
|
1069
1076
|
vendor: "Philips",
|
|
1070
|
-
description: "Hue White and Color Ambiance GU5.3
|
|
1077
|
+
description: "Hue White and Color Ambiance GU5.3",
|
|
1071
1078
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
1072
1079
|
},
|
|
1073
1080
|
{
|
|
@@ -3542,6 +3549,13 @@ exports.definitions = [
|
|
|
3542
3549
|
description: "Hue White E17 470 lumen",
|
|
3543
3550
|
extend: [philips.m.light()],
|
|
3544
3551
|
},
|
|
3552
|
+
{
|
|
3553
|
+
zigbeeModel: ["LTE003"],
|
|
3554
|
+
model: "9290022975",
|
|
3555
|
+
vendor: "Philips",
|
|
3556
|
+
description: "Hue White Ambiance E17 40W 470 lumen",
|
|
3557
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
3558
|
+
},
|
|
3545
3559
|
{
|
|
3546
3560
|
zigbeeModel: ["1746630P7"],
|
|
3547
3561
|
model: "1746630P7",
|