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.
- package/CHANGELOG.md +36 -0
- package/dist/converters/toZigbee.d.ts.map +1 -1
- package/dist/converters/toZigbee.js +19 -3
- package/dist/converters/toZigbee.js.map +1 -1
- package/dist/devices/lincukoo.d.ts.map +1 -1
- package/dist/devices/lincukoo.js +2 -1
- package/dist/devices/lincukoo.js.map +1 -1
- package/dist/devices/moes.js +5 -5
- package/dist/devices/moes.js.map +1 -1
- package/dist/devices/muller_licht.d.ts.map +1 -1
- package/dist/devices/muller_licht.js +10 -2
- package/dist/devices/muller_licht.js.map +1 -1
- package/dist/devices/onesti.js +1 -1
- package/dist/devices/onesti.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +55 -15
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/schneider_electric.d.ts.map +1 -1
- package/dist/devices/schneider_electric.js +1 -0
- package/dist/devices/schneider_electric.js.map +1 -1
- package/dist/devices/sunricher.d.ts.map +1 -1
- package/dist/devices/sunricher.js +30 -0
- package/dist/devices/sunricher.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +6 -3
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zemismart.d.ts.map +1 -1
- package/dist/devices/zemismart.js +34 -0
- package/dist/devices/zemismart.js.map +1 -1
- package/dist/lib/modernExtend.d.ts +2 -1
- package/dist/lib/modernExtend.d.ts.map +1 -1
- package/dist/lib/modernExtend.js +3 -2
- package/dist/lib/modernExtend.js.map +1 -1
- package/dist/lib/types.d.ts +7 -1
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
package/dist/devices/philips.js
CHANGED
|
@@ -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
|
|
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
|
|
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: ["
|
|
4837
|
-
model: "
|
|
4843
|
+
zigbeeModel: ["929004610402", "929004610502", "929004610602", "929004610702", "929004610802"],
|
|
4844
|
+
model: "929004610402",
|
|
4838
4845
|
vendor: "Philips",
|
|
4839
|
-
description: "Hue White and Color Flux
|
|
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
|
|
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
|
|
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: "
|
|
4888
|
+
model: "929004276702",
|
|
4855
4889
|
vendor: "Philips",
|
|
4856
|
-
description: "Hue White and Color
|
|
4857
|
-
fingerprint: [{ modelID: "
|
|
4890
|
+
description: "Hue White and Color Lightstrip Ultra Bright (5m)",
|
|
4891
|
+
fingerprint: [{ modelID: "929004276702" }],
|
|
4858
4892
|
},
|
|
4859
4893
|
{
|
|
4860
|
-
model: "
|
|
4894
|
+
model: "929004276802",
|
|
4861
4895
|
vendor: "Philips",
|
|
4862
|
-
description: "Hue White and Color
|
|
4863
|
-
fingerprint: [{ modelID: "
|
|
4896
|
+
description: "Hue White and Color Lightstrip Ultra Bright (10m)",
|
|
4897
|
+
fingerprint: [{ modelID: "929004276802" }],
|
|
4864
4898
|
},
|
|
4865
4899
|
],
|
|
4866
|
-
extend: [
|
|
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
|