zigbee-herdsman-converters 25.109.0 → 25.111.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 (37) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/converters/toZigbee.d.ts.map +1 -1
  3. package/dist/converters/toZigbee.js +19 -3
  4. package/dist/converters/toZigbee.js.map +1 -1
  5. package/dist/devices/lincukoo.d.ts.map +1 -1
  6. package/dist/devices/lincukoo.js +2 -1
  7. package/dist/devices/lincukoo.js.map +1 -1
  8. package/dist/devices/moes.js +5 -5
  9. package/dist/devices/moes.js.map +1 -1
  10. package/dist/devices/muller_licht.d.ts.map +1 -1
  11. package/dist/devices/muller_licht.js +10 -2
  12. package/dist/devices/muller_licht.js.map +1 -1
  13. package/dist/devices/onesti.js +1 -1
  14. package/dist/devices/onesti.js.map +1 -1
  15. package/dist/devices/philips.d.ts.map +1 -1
  16. package/dist/devices/philips.js +55 -15
  17. package/dist/devices/philips.js.map +1 -1
  18. package/dist/devices/schneider_electric.d.ts.map +1 -1
  19. package/dist/devices/schneider_electric.js +1 -0
  20. package/dist/devices/schneider_electric.js.map +1 -1
  21. package/dist/devices/sunricher.d.ts.map +1 -1
  22. package/dist/devices/sunricher.js +30 -0
  23. package/dist/devices/sunricher.js.map +1 -1
  24. package/dist/devices/tuya.d.ts.map +1 -1
  25. package/dist/devices/tuya.js +6 -3
  26. package/dist/devices/tuya.js.map +1 -1
  27. package/dist/devices/zemismart.d.ts.map +1 -1
  28. package/dist/devices/zemismart.js +34 -0
  29. package/dist/devices/zemismart.js.map +1 -1
  30. package/dist/lib/modernExtend.d.ts +2 -1
  31. package/dist/lib/modernExtend.d.ts.map +1 -1
  32. package/dist/lib/modernExtend.js +3 -2
  33. package/dist/lib/modernExtend.js.map +1 -1
  34. package/dist/lib/types.d.ts +7 -1
  35. package/dist/lib/types.d.ts.map +1 -1
  36. package/dist/models-index.json +1 -1
  37. package/package.json +3 -3
@@ -451,25 +451,32 @@ exports.definitions = [
451
451
  description: "Centris Hue 2-spot white",
452
452
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
453
453
  },
454
+ {
455
+ zigbeeModel: ["929003809301_01", "929003809301_02", "929003809301_03"],
456
+ model: "929003809301",
457
+ vendor: "Philips",
458
+ description: "Hue White and Color Ambiance GU10 (Centura - Silver)",
459
+ extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
460
+ },
454
461
  {
455
462
  zigbeeModel: ["929003809501_01", "929003809501_02", "929003809501_03"],
456
463
  model: "929003809501",
457
464
  vendor: "Philips",
458
- description: "Hue White and Color Ambiance GU10 (Centura)",
465
+ description: "Hue White and Color Ambiance GU10 (Centura - Black)",
459
466
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
460
467
  },
461
468
  {
462
469
  zigbeeModel: ["929003045201_01", "929003045201_02", "929003045201_03"],
463
470
  model: "929003045201",
464
471
  vendor: "Philips",
465
- description: "Hue White and Color Ambiance GU10 (Centura round white)",
472
+ description: "Hue White and Color Ambiance GU10 (Centura - White)",
466
473
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
467
474
  },
468
475
  {
469
476
  zigbeeModel: ["929003809701_01", "929003809701_02", "929003809701_03"],
470
477
  model: "929003809701",
471
478
  vendor: "Philips",
472
- description: "Hue White and Color Ambiance GU10 (Centura round white)",
479
+ description: "Hue White and Color Ambiance GU10 (Centura - White)",
473
480
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true })],
474
481
  },
475
482
  {
@@ -4833,37 +4840,70 @@ exports.definitions = [
4833
4840
  extend: [philips.m.light({ colorTemp: { range: [153, 500] } })],
4834
4841
  },
4835
4842
  {
4836
- zigbeeModel: ["929004610602", "929004610702", "929004610802", "929004610502", "929004610402"],
4837
- model: "929004610602",
4843
+ zigbeeModel: ["929004610402", "929004610502", "929004610602", "929004610702", "929004610802"],
4844
+ model: "929004610402",
4838
4845
  vendor: "Philips",
4839
- description: "Hue White and Color Flux Strip Light 5m",
4846
+ description: "Hue White and Color Lightstrip Flux (3m)",
4840
4847
  whiteLabel: [
4848
+ {
4849
+ model: "929004610502",
4850
+ vendor: "Philips",
4851
+ description: "Hue White and Color Lightstrip Flux (4m)",
4852
+ fingerprint: [{ modelID: "929004610502" }],
4853
+ },
4854
+ {
4855
+ model: "929004610602",
4856
+ vendor: "Philips",
4857
+ description: "Hue White and Color Lightstrip Flux (5m)",
4858
+ fingerprint: [{ modelID: "929004610602" }],
4859
+ },
4841
4860
  {
4842
4861
  model: "929004610702",
4843
4862
  vendor: "Philips",
4844
- description: "Hue White and Color Flux Strip Light 6m",
4863
+ description: "Hue White and Color Lightstrip Flux (6m)",
4845
4864
  fingerprint: [{ modelID: "929004610702" }],
4846
4865
  },
4847
4866
  {
4848
4867
  model: "929004610802",
4849
4868
  vendor: "Philips",
4850
- description: "Hue White and Color Flux Strip Light 10m",
4869
+ description: "Hue White and Color Lightstrip Flux (10m)",
4851
4870
  fingerprint: [{ modelID: "929004610802" }],
4852
4871
  },
4872
+ ],
4873
+ extend: [
4874
+ philips.m.light({
4875
+ colorTemp: { range: [50, 1000] },
4876
+ color: { modes: ["xy", "hs"], enhancedHue: true },
4877
+ gradient: { extraEffects: ["sparkle", "opal", "glisten", "prism", "underwater", "cosmos", "sunbeam", "enchant"] },
4878
+ }),
4879
+ ],
4880
+ },
4881
+ {
4882
+ zigbeeModel: ["929004276602", "929004276702", "929004276802"],
4883
+ model: "929004276602",
4884
+ vendor: "Philips",
4885
+ description: "Hue White and Color Lightstrip Ultra Bright (3m)",
4886
+ whiteLabel: [
4853
4887
  {
4854
- model: "929004610502",
4888
+ model: "929004276702",
4855
4889
  vendor: "Philips",
4856
- description: "Hue White and Color Flux Strip Light 4m",
4857
- fingerprint: [{ modelID: "929004610502" }],
4890
+ description: "Hue White and Color Lightstrip Ultra Bright (5m)",
4891
+ fingerprint: [{ modelID: "929004276702" }],
4858
4892
  },
4859
4893
  {
4860
- model: "929004610402",
4894
+ model: "929004276802",
4861
4895
  vendor: "Philips",
4862
- description: "Hue White and Color Flux Strip Light 3m",
4863
- fingerprint: [{ modelID: "929004610402" }],
4896
+ description: "Hue White and Color Lightstrip Ultra Bright (10m)",
4897
+ fingerprint: [{ modelID: "929004276802" }],
4864
4898
  },
4865
4899
  ],
4866
- extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4900
+ extend: [
4901
+ philips.m.light({
4902
+ colorTemp: { range: [50, 1000] },
4903
+ color: { modes: ["xy", "hs"], enhancedHue: true },
4904
+ gradient: { extraEffects: ["sparkle", "opal", "glisten", "prism", "underwater", "cosmos", "sunbeam", "enchant"] },
4905
+ }),
4906
+ ],
4867
4907
  },
4868
4908
  ];
4869
4909
  //# sourceMappingURL=philips.js.map