zigbee-herdsman-converters 25.8.0 → 25.10.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 +36 -0
- package/dist/devices/bosch.d.ts.map +1 -1
- package/dist/devices/bosch.js +306 -24
- package/dist/devices/bosch.js.map +1 -1
- package/dist/devices/custom_devices_diy.d.ts.map +1 -1
- package/dist/devices/custom_devices_diy.js +4 -3
- package/dist/devices/custom_devices_diy.js.map +1 -1
- package/dist/devices/giex.js +2 -2
- package/dist/devices/inovelli.d.ts.map +1 -1
- package/dist/devices/inovelli.js +191 -221
- package/dist/devices/inovelli.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +10 -2
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +17 -2
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/seastar_intelligence.js +1 -1
- package/dist/devices/seastar_intelligence.js.map +1 -1
- package/dist/devices/shinasystem.d.ts.map +1 -1
- package/dist/devices/shinasystem.js +16 -0
- package/dist/devices/shinasystem.js.map +1 -1
- package/dist/devices/slacky_diy.d.ts.map +1 -1
- package/dist/devices/slacky_diy.js +249 -2
- package/dist/devices/slacky_diy.js.map +1 -1
- package/dist/devices/sonoff.d.ts.map +1 -1
- package/dist/devices/sonoff.js +1 -0
- package/dist/devices/sonoff.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +7 -3
- package/dist/devices/tuya.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
|
@@ -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,EAqlI7C,CAAC"}
|
package/dist/devices/philips.js
CHANGED
|
@@ -2185,6 +2185,13 @@ exports.definitions = [
|
|
|
2185
2185
|
description: "Hue White & Color ambience Centris ceiling light (4 spots)",
|
|
2186
2186
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
2187
2187
|
},
|
|
2188
|
+
{
|
|
2189
|
+
zigbeeModel: ["929003808801_01", "929003808801_02", "929003808801_03", "929003808801_04", "929003808801_05"],
|
|
2190
|
+
model: "929003808801",
|
|
2191
|
+
vendor: "Philips",
|
|
2192
|
+
description: "Hue White & Color ambience Centris ceiling light (4 spots)",
|
|
2193
|
+
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
2194
|
+
},
|
|
2188
2195
|
{
|
|
2189
2196
|
zigbeeModel: ["929003808901_01", "929003808901_02", "929003808901_03", "929003808901_04", "929003808901_05"],
|
|
2190
2197
|
model: "929003808901",
|
|
@@ -3229,7 +3236,7 @@ exports.definitions = [
|
|
|
3229
3236
|
extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
|
|
3230
3237
|
},
|
|
3231
3238
|
{
|
|
3232
|
-
zigbeeModel: ["5633030P6", "929003046501"],
|
|
3239
|
+
zigbeeModel: ["5633030P6", "929003046501", "929003811201"],
|
|
3233
3240
|
model: "5633030P6",
|
|
3234
3241
|
vendor: "Philips",
|
|
3235
3242
|
description: "Hue White ambiance Pillar spotlamp",
|
|
@@ -3996,11 +4003,19 @@ exports.definitions = [
|
|
|
3996
4003
|
],
|
|
3997
4004
|
},
|
|
3998
4005
|
{
|
|
3999
|
-
zigbeeModel: ["929003055701"],
|
|
4006
|
+
zigbeeModel: ["929003055701", "929004297402"],
|
|
4000
4007
|
model: "929003055701",
|
|
4001
4008
|
vendor: "Philips",
|
|
4002
4009
|
description: "Hue White Ambiance Devote",
|
|
4003
4010
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
4011
|
+
whiteLabel: [
|
|
4012
|
+
{
|
|
4013
|
+
model: "929004297402",
|
|
4014
|
+
vendor: "Philips",
|
|
4015
|
+
description: "Hue White Ambiance Devote",
|
|
4016
|
+
fingerprint: [{ modelID: "929004297402" }],
|
|
4017
|
+
},
|
|
4018
|
+
],
|
|
4004
4019
|
},
|
|
4005
4020
|
{
|
|
4006
4021
|
zigbeeModel: ["LLM011"],
|