homebridge-deconz 1.2.3 → 1.2.4

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.
@@ -594,11 +594,6 @@ class Resource {
594
594
  buttons.push([3, 'Previous', SINGLE | LONG])
595
595
  buttons.push([4, 'Next', SINGLE | LONG])
596
596
  break
597
- // case 'SOMRIG shortcut button':
598
- // dots = true
599
- // buttons.push([1, '1', SINGLE | DOUBLE | LONG])
600
- // buttons.push([2, '2', SINGLE | DOUBLE | LONG])
601
- // break
602
597
  case 'SYMFONISK Sound Controller':
603
598
  if (this.cluster === '1000') {
604
599
  buttons.push([1, 'Button', SINGLE | DOUBLE | LONG])
@@ -849,7 +844,6 @@ class Resource {
849
844
  break
850
845
  case 'OSRAM':
851
846
  switch (this.model) {
852
- case 'Switch 4x EU-LIGHTIFY':
853
847
  case 'Switch 4x-LIGHTIFY':
854
848
  buttons.push([1, 'Top Left', SINGLE | LONG])
855
849
  buttons.push([2, 'Top Right', SINGLE | LONG])
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ebaauw"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
- "version": "1.2.3",
10
+ "version": "1.2.4",
11
11
  "keywords": [
12
12
  "homebridge-plugin",
13
13
  "homekit",
@@ -26,13 +26,13 @@
26
26
  "ui": "cli/ui.js"
27
27
  },
28
28
  "engines": {
29
- "deCONZ": "2.30.2",
29
+ "deCONZ": "2.31.2",
30
30
  "homebridge": "^1.11.0||^2.0.0-beta",
31
31
  "node": "^22||^20"
32
32
  },
33
33
  "dependencies": {
34
- "hb-deconz-tools": "~2.0.15",
35
- "homebridge-lib": "~7.1.8"
34
+ "hb-deconz-tools": "~2.0.16",
35
+ "homebridge-lib": "~7.1.9"
36
36
  },
37
37
  "scripts": {
38
38
  "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",