zigbee-herdsman-converters 25.89.0 → 25.90.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 +27 -0
- package/dist/devices/bubendorff.d.ts +3 -0
- package/dist/devices/bubendorff.d.ts.map +1 -0
- package/dist/devices/bubendorff.js +47 -0
- package/dist/devices/bubendorff.js.map +1 -0
- package/dist/devices/easyiot.js +5 -2
- package/dist/devices/easyiot.js.map +1 -1
- package/dist/devices/envilar.d.ts.map +1 -1
- package/dist/devices/envilar.js +7 -0
- package/dist/devices/envilar.js.map +1 -1
- package/dist/devices/index.d.ts.map +1 -1
- package/dist/devices/index.js +2 -0
- package/dist/devices/index.js.map +1 -1
- package/dist/devices/innr.d.ts.map +1 -1
- package/dist/devices/innr.js +7 -0
- package/dist/devices/innr.js.map +1 -1
- package/dist/devices/lumi.d.ts.map +1 -1
- package/dist/devices/lumi.js +9 -1
- package/dist/devices/lumi.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +63 -30
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/schneider_electric.d.ts.map +1 -1
- package/dist/devices/schneider_electric.js +5 -1
- package/dist/devices/schneider_electric.js.map +1 -1
- package/dist/devices/sinope.d.ts.map +1 -1
- package/dist/devices/sinope.js +3 -2
- package/dist/devices/sinope.js.map +1 -1
- package/dist/devices/third_reality.d.ts.map +1 -1
- package/dist/devices/third_reality.js +111 -5
- package/dist/devices/third_reality.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +170 -112
- package/dist/devices/tuya.js.map +1 -1
- package/dist/lib/tuya.d.ts +4 -4
- package/dist/lib/tuya.d.ts.map +1 -1
- package/dist/lib/tuya.js +28 -15
- package/dist/lib/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAS,MAAM,cAAc,CAAC;AA0J/D,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,EAAS,MAAM,cAAc,CAAC;AA0J/D,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAugJ7C,CAAC"}
|
package/dist/devices/philips.js
CHANGED
|
@@ -174,6 +174,13 @@ const extendLocal = {
|
|
|
174
174
|
}),
|
|
175
175
|
};
|
|
176
176
|
exports.definitions = [
|
|
177
|
+
{
|
|
178
|
+
zigbeeModel: ["LWA036"],
|
|
179
|
+
model: "929003856401",
|
|
180
|
+
vendor: "Philips",
|
|
181
|
+
description: "Hue White 75W A19- E26 smart bulb (1100lm)",
|
|
182
|
+
extend: [philips.m.light()],
|
|
183
|
+
},
|
|
177
184
|
{
|
|
178
185
|
zigbeeModel: ["LCX028"],
|
|
179
186
|
model: "929004581901",
|
|
@@ -223,13 +230,6 @@ exports.definitions = [
|
|
|
223
230
|
description: "Hue White Ambiance E17 40W",
|
|
224
231
|
extend: [philips.m.light({ colorTemp: { range: [153, 454] }, color: true })],
|
|
225
232
|
},
|
|
226
|
-
{
|
|
227
|
-
zigbeeModel: ["929003598001"],
|
|
228
|
-
model: "929003598001",
|
|
229
|
-
vendor: "Philips",
|
|
230
|
-
description: "Hue White & Color Ambiance Surimu square panel 30x30",
|
|
231
|
-
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
232
|
-
},
|
|
233
233
|
{
|
|
234
234
|
zigbeeModel: ["929003597601"],
|
|
235
235
|
model: "929003597601",
|
|
@@ -964,6 +964,13 @@ exports.definitions = [
|
|
|
964
964
|
description: "Hue White A19 bulb E26 810lm with Bluetooth",
|
|
965
965
|
extend: [philips.m.light()],
|
|
966
966
|
},
|
|
967
|
+
{
|
|
968
|
+
zigbeeModel: ["LWA037"],
|
|
969
|
+
model: "929003856501",
|
|
970
|
+
vendor: "Philips",
|
|
971
|
+
description: "Hue white A21 bulb E26 with Bluetooth (1600 Lumen)",
|
|
972
|
+
extend: [philips.m.light()],
|
|
973
|
+
},
|
|
967
974
|
{
|
|
968
975
|
zigbeeModel: ["LCT026", "7602031P7", "7602031U7", "7602031PU", "7602031J6", "915005822501", "915005822001"],
|
|
969
976
|
model: "7602031P7",
|
|
@@ -3755,24 +3762,54 @@ exports.definitions = [
|
|
|
3755
3762
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
3756
3763
|
},
|
|
3757
3764
|
{
|
|
3758
|
-
zigbeeModel: ["929002966401"],
|
|
3759
|
-
model: "929002966401",
|
|
3760
|
-
vendor: "Philips",
|
|
3761
|
-
description: "Hue White & Color Ambiance Surimu square panel",
|
|
3762
|
-
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
zigbeeModel: ["929002966501"],
|
|
3765
|
+
zigbeeModel: ["929003598001", "929003598002", "929002966401", "929002966402", "929002966501", "929002966502", "929003598101", "929003598102"],
|
|
3766
3766
|
model: "929002966501",
|
|
3767
3767
|
vendor: "Philips",
|
|
3768
|
-
description: "Hue White and Color Ambiance Surimu rectangle panel",
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3768
|
+
description: "Hue White and Color Ambiance Surimu rectangle panel 30x120 cm",
|
|
3769
|
+
whiteLabel: [
|
|
3770
|
+
{
|
|
3771
|
+
model: "929003598001",
|
|
3772
|
+
vendor: "Philips",
|
|
3773
|
+
description: "Hue White and Color Ambiance Surimu square panel 30x30 cm",
|
|
3774
|
+
fingerprint: [{ modelID: "929003598001" }],
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
model: "929003598002",
|
|
3778
|
+
vendor: "Philips",
|
|
3779
|
+
description: "Hue White and Color Ambiance Surimu square panel 30x30 cm",
|
|
3780
|
+
fingerprint: [{ modelID: "929003598002" }],
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
model: "929002966401",
|
|
3784
|
+
vendor: "Philips",
|
|
3785
|
+
description: "Hue White and Color Ambiance Surimu square panel 60x60 cm",
|
|
3786
|
+
fingerprint: [{ modelID: "929002966401" }],
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
model: "929002966402",
|
|
3790
|
+
vendor: "Philips",
|
|
3791
|
+
description: "Hue White and Color Ambiance Surimu sqaure panel 60x60 cm",
|
|
3792
|
+
fingerprint: [{ modelID: "929002966402" }],
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
model: "929002966502",
|
|
3796
|
+
vendor: "Philips",
|
|
3797
|
+
description: "Hue White and Color Ambiance Surimu rectangle panel 30x120 cm",
|
|
3798
|
+
fingerprint: [{ modelID: "929002966502" }],
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
model: "929003598101",
|
|
3802
|
+
vendor: "Philips",
|
|
3803
|
+
description: "Hue White and Color Ambiance Surimu round panel",
|
|
3804
|
+
fingerprint: [{ modelID: "929003598101" }],
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
model: "929003598102",
|
|
3808
|
+
vendor: "Philips",
|
|
3809
|
+
description: "Hue White and Color Ambiance Surimu round panel",
|
|
3810
|
+
fingerprint: [{ modelID: "929003598102" }],
|
|
3811
|
+
},
|
|
3812
|
+
],
|
|
3776
3813
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
3777
3814
|
},
|
|
3778
3815
|
{
|
|
@@ -4330,18 +4367,14 @@ exports.definitions = [
|
|
|
4330
4367
|
],
|
|
4331
4368
|
},
|
|
4332
4369
|
{
|
|
4333
|
-
zigbeeModel: ["929003055701", "929004297402"],
|
|
4370
|
+
zigbeeModel: ["929003055701", "929004297402", "929004297501"],
|
|
4334
4371
|
model: "929003055701",
|
|
4335
4372
|
vendor: "Philips",
|
|
4336
4373
|
description: "Hue White Ambiance Devote",
|
|
4337
4374
|
extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
|
|
4338
4375
|
whiteLabel: [
|
|
4339
|
-
{
|
|
4340
|
-
|
|
4341
|
-
vendor: "Philips",
|
|
4342
|
-
description: "Hue White Ambiance Devote",
|
|
4343
|
-
fingerprint: [{ modelID: "929004297402" }],
|
|
4344
|
-
},
|
|
4376
|
+
{ model: "929004297402", fingerprint: [{ modelID: "929004297402" }] },
|
|
4377
|
+
{ model: "929004297501", fingerprint: [{ modelID: "929004297501" }] },
|
|
4345
4378
|
],
|
|
4346
4379
|
},
|
|
4347
4380
|
{
|