zigbee-herdsman-converters 20.25.0 → 20.26.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 +23 -0
- package/devices/hive.d.ts.map +1 -1
- package/devices/hive.js +36 -0
- package/devices/hive.js.map +1 -1
- package/devices/ikea.d.ts.map +1 -1
- package/devices/ikea.js +11 -3
- package/devices/ikea.js.map +1 -1
- package/devices/namron.d.ts.map +1 -1
- package/devices/namron.js +11 -0
- package/devices/namron.js.map +1 -1
- package/devices/philips.d.ts.map +1 -1
- package/devices/philips.js +15 -1
- package/devices/philips.js.map +1 -1
- package/devices/sunricher.d.ts.map +1 -1
- package/devices/sunricher.js +7 -0
- package/devices/sunricher.js.map +1 -1
- package/devices/third_reality.d.ts.map +1 -1
- package/devices/third_reality.js +25 -2
- package/devices/third_reality.js.map +1 -1
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +5 -2
- package/devices/tuya.js.map +1 -1
- package/devices/yale.d.ts.map +1 -1
- package/devices/yale.js +7 -0
- package/devices/yale.js.map +1 -1
- package/package.json +1 -1
package/devices/philips.js
CHANGED
|
@@ -152,7 +152,7 @@ const definitions = [
|
|
|
152
152
|
extend: [(0, philips_1.philipsLight)({ colorTemp: { range: [153, 454] } })],
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
zigbeeModel: ['LCZ001'],
|
|
155
|
+
zigbeeModel: ['LCZ001', 'LCZ002'],
|
|
156
156
|
model: '8719514419278',
|
|
157
157
|
vendor: 'Philips',
|
|
158
158
|
description: 'Hue Ellipse E27 smart bulb',
|
|
@@ -1893,6 +1893,13 @@ const definitions = [
|
|
|
1893
1893
|
description: 'Hue outdoor Impress wall lamp',
|
|
1894
1894
|
extend: [(0, philips_1.philipsLight)({ colorTemp: { range: undefined }, color: true })],
|
|
1895
1895
|
},
|
|
1896
|
+
{
|
|
1897
|
+
zigbeeModel: ['1745930V7'],
|
|
1898
|
+
model: '1745930V7',
|
|
1899
|
+
vendor: 'Philips',
|
|
1900
|
+
description: 'Hue outdoor Impress wall lamp',
|
|
1901
|
+
extend: [(0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: { modes: ['xy', 'hs'], enhancedHue: true } })],
|
|
1902
|
+
},
|
|
1896
1903
|
{
|
|
1897
1904
|
zigbeeModel: ['1745930P7'],
|
|
1898
1905
|
model: '1745930P7',
|
|
@@ -3062,6 +3069,13 @@ const definitions = [
|
|
|
3062
3069
|
description: 'Hue White and color ambiance GU10 spot LED with Bluetooth',
|
|
3063
3070
|
extend: [(0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true })],
|
|
3064
3071
|
},
|
|
3072
|
+
{
|
|
3073
|
+
zigbeeModel: ['LCG007'],
|
|
3074
|
+
model: '046677584658',
|
|
3075
|
+
vendor: 'Philips',
|
|
3076
|
+
description: 'Hue White and color ambiance GU10 spot LED with Bluetooth',
|
|
3077
|
+
extend: [(0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true })],
|
|
3078
|
+
},
|
|
3065
3079
|
{
|
|
3066
3080
|
zigbeeModel: ['5309030P9', '5309031P9', '5309030P6', '5309031P6', '929003046101'],
|
|
3067
3081
|
model: '5309030P9',
|