zigbee-herdsman-converters 25.89.0 → 25.91.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/devices/bubendorff.d.ts +3 -0
  3. package/dist/devices/bubendorff.d.ts.map +1 -0
  4. package/dist/devices/bubendorff.js +47 -0
  5. package/dist/devices/bubendorff.js.map +1 -0
  6. package/dist/devices/easyiot.js +5 -2
  7. package/dist/devices/easyiot.js.map +1 -1
  8. package/dist/devices/envilar.d.ts.map +1 -1
  9. package/dist/devices/envilar.js +7 -0
  10. package/dist/devices/envilar.js.map +1 -1
  11. package/dist/devices/ewelink.d.ts.map +1 -1
  12. package/dist/devices/ewelink.js +2 -1
  13. package/dist/devices/ewelink.js.map +1 -1
  14. package/dist/devices/index.d.ts.map +1 -1
  15. package/dist/devices/index.js +2 -0
  16. package/dist/devices/index.js.map +1 -1
  17. package/dist/devices/innr.d.ts.map +1 -1
  18. package/dist/devices/innr.js +7 -0
  19. package/dist/devices/innr.js.map +1 -1
  20. package/dist/devices/lincukoo.d.ts.map +1 -1
  21. package/dist/devices/lincukoo.js +8 -0
  22. package/dist/devices/lincukoo.js.map +1 -1
  23. package/dist/devices/lumi.d.ts.map +1 -1
  24. package/dist/devices/lumi.js +32 -12
  25. package/dist/devices/lumi.js.map +1 -1
  26. package/dist/devices/philips.d.ts.map +1 -1
  27. package/dist/devices/philips.js +63 -30
  28. package/dist/devices/philips.js.map +1 -1
  29. package/dist/devices/schneider_electric.d.ts.map +1 -1
  30. package/dist/devices/schneider_electric.js +5 -1
  31. package/dist/devices/schneider_electric.js.map +1 -1
  32. package/dist/devices/sinope.d.ts.map +1 -1
  33. package/dist/devices/sinope.js +3 -2
  34. package/dist/devices/sinope.js.map +1 -1
  35. package/dist/devices/somfy.d.ts.map +1 -1
  36. package/dist/devices/somfy.js +7 -0
  37. package/dist/devices/somfy.js.map +1 -1
  38. package/dist/devices/third_reality.d.ts.map +1 -1
  39. package/dist/devices/third_reality.js +196 -26
  40. package/dist/devices/third_reality.js.map +1 -1
  41. package/dist/devices/tuya.d.ts.map +1 -1
  42. package/dist/devices/tuya.js +241 -116
  43. package/dist/devices/tuya.js.map +1 -1
  44. package/dist/lib/lumi.d.ts +3 -0
  45. package/dist/lib/lumi.d.ts.map +1 -1
  46. package/dist/lib/lumi.js +113 -0
  47. package/dist/lib/lumi.js.map +1 -1
  48. package/dist/lib/tuya.d.ts +4 -4
  49. package/dist/lib/tuya.d.ts.map +1 -1
  50. package/dist/lib/tuya.js +28 -15
  51. package/dist/lib/tuya.js.map +1 -1
  52. package/dist/models-index.json +1 -1
  53. 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,EAs+I7C,CAAC"}
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"}
@@ -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
- extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
3770
- },
3771
- {
3772
- zigbeeModel: ["929003598101", "929003598102"],
3773
- model: "929003598101",
3774
- vendor: "Philips",
3775
- description: "Hue White & Color Ambiance Surimu round panel",
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
- model: "929004297402",
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
  {