zigbee-herdsman-converters 21.14.0 → 21.16.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 +41 -0
- package/devices/centralite.js +1 -1
- package/devices/centralite.js.map +1 -1
- package/devices/innr.d.ts.map +1 -1
- package/devices/innr.js +8 -0
- package/devices/innr.js.map +1 -1
- package/devices/moes.d.ts.map +1 -1
- package/devices/moes.js +4 -1
- package/devices/moes.js.map +1 -1
- package/devices/osram.d.ts.map +1 -1
- package/devices/osram.js +1 -0
- package/devices/osram.js.map +1 -1
- package/devices/paulmann.d.ts.map +1 -1
- package/devices/paulmann.js +8 -0
- package/devices/paulmann.js.map +1 -1
- package/devices/philips.d.ts.map +1 -1
- package/devices/philips.js +7 -0
- package/devices/philips.js.map +1 -1
- package/devices/salus_controls.js +1 -1
- package/devices/salus_controls.js.map +1 -1
- package/devices/sonoff.js +10 -10
- package/devices/sonoff.js.map +1 -1
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +119 -12
- package/devices/tuya.js.map +1 -1
- package/lib/lumi.d.ts.map +1 -1
- package/lib/lumi.js +4 -2
- package/lib/lumi.js.map +1 -1
- package/lib/modernExtend.d.ts +1 -1
- package/lib/modernExtend.d.ts.map +1 -1
- package/lib/modernExtend.js +4 -1
- package/lib/modernExtend.js.map +1 -1
- package/package.json +1 -1
package/devices/philips.js
CHANGED
|
@@ -1174,6 +1174,13 @@ const definitions = [
|
|
|
1174
1174
|
description: 'Hue white GU10 bluetooth',
|
|
1175
1175
|
extend: [(0, philips_1.philipsLight)()],
|
|
1176
1176
|
},
|
|
1177
|
+
{
|
|
1178
|
+
zigbeeModel: ['LWG006'],
|
|
1179
|
+
model: '929003667001',
|
|
1180
|
+
vendor: 'Philips',
|
|
1181
|
+
description: 'Hue white GU10 bluetooth',
|
|
1182
|
+
extend: [(0, philips_1.philipsLight)()],
|
|
1183
|
+
},
|
|
1177
1184
|
{
|
|
1178
1185
|
zigbeeModel: ['LWO001'],
|
|
1179
1186
|
model: '8718699688882',
|