zigbee-herdsman-converters 23.45.0 → 23.46.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 +16 -0
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +69 -9
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +8 -1
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/third_reality.d.ts.map +1 -1
- package/dist/devices/third_reality.js +1 -0
- package/dist/devices/third_reality.js.map +1 -1
- package/dist/devices/tuya.js +1 -1
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zemismart.d.ts.map +1 -1
- package/dist/devices/zemismart.js +1 -0
- package/dist/devices/zemismart.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,EAu9H7C,CAAC"}
|
package/dist/devices/philips.js
CHANGED
|
@@ -442,7 +442,7 @@ exports.definitions = [
|
|
|
442
442
|
model: "4034031P7",
|
|
443
443
|
vendor: "Philips",
|
|
444
444
|
description: "Hue Fair",
|
|
445
|
-
extend: [philips.m.light({ colorTemp: { range:
|
|
445
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
zigbeeModel: ["4034031P6"],
|
|
@@ -808,6 +808,13 @@ exports.definitions = [
|
|
|
808
808
|
description: "Hue Impress outdoor Pedestal",
|
|
809
809
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
zigbeeModel: ["929003802101"],
|
|
813
|
+
model: "929003802101",
|
|
814
|
+
vendor: "Philips",
|
|
815
|
+
description: "Hue Impress outdoor Pedestal",
|
|
816
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
|
|
817
|
+
},
|
|
811
818
|
{
|
|
812
819
|
zigbeeModel: ["1740193P0"],
|
|
813
820
|
model: "1740193P0",
|