zigbee-herdsman-converters 14.0.330 → 14.0.331

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/devices/girier.js CHANGED
@@ -6,7 +6,10 @@ const extend = require('../lib/extend');
6
6
 
7
7
  module.exports = [
8
8
  {
9
- fingerprint: [{modelID: 'TS0001', manufacturerName: '_TZ3000_majwnphg'}],
9
+ fingerprint: [
10
+ {modelID: 'TS0001', manufacturerName: '_TZ3000_majwnphg'},
11
+ {modelID: 'TS0001', manufacturerName: '_TZ3000_6axxqqi2'},
12
+ ],
10
13
  model: 'JR-ZDS01',
11
14
  vendor: 'Girier',
12
15
  description: '1 gang mini switch',
@@ -404,6 +404,15 @@ module.exports = [
404
404
  extend: hueExtend.light_onoff_brightness_colortemp_color(),
405
405
  ota: ota.zigbeeOTA,
406
406
  },
407
+ {
408
+ zigbeeModel: ['1740193P0'],
409
+ model: '1740193P0',
410
+ vendor: 'Philips',
411
+ description: 'Hue Lucca wall light',
412
+ meta: {turnsOffAtBrightness1: true},
413
+ extend: hueExtend.light_onoff_brightness(),
414
+ ota: ota.zigbeeOTA,
415
+ },
407
416
  {
408
417
  zigbeeModel: ['1740293P0'],
409
418
  model: '1740293P0',
@@ -1203,7 +1212,7 @@ module.exports = [
1203
1212
  ota: ota.zigbeeOTA,
1204
1213
  },
1205
1214
  {
1206
- zigbeeModel: ['4096730P6'],
1215
+ zigbeeModel: ['4096730P6', '929003055601'],
1207
1216
  model: '4096730P6',
1208
1217
  vendor: 'Philips',
1209
1218
  description: 'Hue Cher ceiling light',
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.330",
3
+ "version": "14.0.331",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.330",
3
+ "version": "14.0.331",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [