homebridge-deconz 1.2.5 → 1.2.7

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.
@@ -892,6 +892,7 @@ class Resource {
892
892
  break
893
893
  case 'ROM001': // Hue smart button
894
894
  case 'RDM003': // Hue smart button
895
+ case 'RDM005': // Hue smart button v2
895
896
  buttons.push([1, 'Button', SINGLE | LONG, true])
896
897
  break
897
898
  case 'RWL020':
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ebaauw"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
- "version": "1.2.5",
10
+ "version": "1.2.7",
11
11
  "keywords": [
12
12
  "homebridge-plugin",
13
13
  "homekit",
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "engines": {
29
29
  "deCONZ": "2.31.2",
30
- "homebridge": "^1.11.0||^2.0.0-beta",
30
+ "homebridge": "^1.11.1||^2.0.0-beta",
31
31
  "node": "^24||^22||^20"
32
32
  },
33
33
  "dependencies": {
34
- "hb-deconz-tools": "~2.0.17",
35
- "homebridge-lib": "~7.1.11"
34
+ "hb-deconz-tools": "~2.0.19",
35
+ "homebridge-lib": "~7.1.13"
36
36
  },
37
37
  "scripts": {
38
38
  "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",