zigbee-herdsman-converters 25.55.0 → 25.57.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.
@@ -65,13 +65,6 @@ exports.definitions = [
65
65
  description: "Hue Festavia permanent outdoor string lights",
66
66
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: true, gradient: { extraEffects: ["sparkle", "opal", "glisten"] } })],
67
67
  },
68
- {
69
- zigbeeModel: ["929003736601_01", "929003736601_02"],
70
- model: "929003736601",
71
- vendor: "Philips",
72
- description: "Hue Datura LED ceiling panel small round",
73
- extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
74
- },
75
68
  {
76
69
  zigbeeModel: ["929003736501_01", "929003736501_02"],
77
70
  model: "929003736501",
@@ -174,6 +167,13 @@ exports.definitions = [
174
167
  description: "Hue white ambiance",
175
168
  extend: [philips.m.light({ colorTemp: { range: [222, 454] } })],
176
169
  },
170
+ {
171
+ zigbeeModel: ["LTA018"],
172
+ model: "9290038552",
173
+ vendor: "Philips",
174
+ description: "Hue White Ambiance 1100 lm A19 E26",
175
+ extend: [philips.m.light({ colorTemp: { range: [50, 1000] } })],
176
+ },
177
177
  {
178
178
  zigbeeModel: ["LTA019"],
179
179
  model: "929003853901",
@@ -1958,17 +1958,38 @@ exports.definitions = [
1958
1958
  extend: [philips.m.light({ colorTemp: { range: undefined } })],
1959
1959
  },
1960
1960
  {
1961
- zigbeeModel: ["929003736101_01", "929003736101_02"],
1962
- model: "929003736101",
1961
+ zigbeeModel: ["929003736301_01", "929003736301_02"],
1962
+ model: "929003736301",
1963
1963
  vendor: "Philips",
1964
- description: "Hue Datura",
1964
+ description: "Hue Datura - Square",
1965
1965
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
1966
1966
  },
1967
1967
  {
1968
1968
  zigbeeModel: ["929003736401_01", "929003736401_02"],
1969
1969
  model: "929003736401",
1970
1970
  vendor: "Philips",
1971
- description: "Hue Datura",
1971
+ description: "Hue Datura - Rectangular",
1972
+ extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
1973
+ },
1974
+ {
1975
+ zigbeeModel: ["929003736101_01", "929003736101_02"],
1976
+ model: "929003736101",
1977
+ vendor: "Philips",
1978
+ description: "Hue Datura - Round big",
1979
+ extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
1980
+ },
1981
+ {
1982
+ zigbeeModel: ["929003736201_01", "929003736201_02"],
1983
+ model: "929003736201",
1984
+ vendor: "Philips",
1985
+ description: "Hue Datura - Round small Rev1",
1986
+ extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
1987
+ },
1988
+ {
1989
+ zigbeeModel: ["929003736601_01", "929003736601_02"],
1990
+ model: "929003736601",
1991
+ vendor: "Philips",
1992
+ description: "Hue Datura - Round small Rev2",
1972
1993
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
1973
1994
  },
1974
1995
  {
@@ -4197,13 +4218,6 @@ exports.definitions = [
4197
4218
  ],
4198
4219
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4199
4220
  },
4200
- {
4201
- zigbeeModel: ["929003736201_01", "929003736201_02"],
4202
- model: "929003736201",
4203
- vendor: "Philips",
4204
- description: "Hue White and Color Ambiance Datura Ceiling light small",
4205
- extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4206
- },
4207
4221
  {
4208
4222
  zigbeeModel: ["LGT001", "LGT002", "LGT003"],
4209
4223
  model: "929003711201",
@@ -4366,5 +4380,12 @@ exports.definitions = [
4366
4380
  description: "Hue White and Color Ambiance A60 - E27 smart bulb- 1100",
4367
4381
  extend: [philips.m.light({ colorTemp: { range: [50, 1000] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4368
4382
  },
4383
+ {
4384
+ zigbeeModel: ["5042148P9"],
4385
+ model: "5042148P9",
4386
+ vendor: "Philips",
4387
+ description: "Hue White ambiance Milliskin (square)",
4388
+ extend: [philips.m.light({ colorTemp: { range: [153, 454] } })],
4389
+ },
4369
4390
  ];
4370
4391
  //# sourceMappingURL=philips.js.map