homebridge-rpi 2.0.2 → 2.0.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.
@@ -112,7 +112,6 @@ class RpiAccessory extends AccessoryDelegate {
112
112
  this.inHeartbeat = false
113
113
  }
114
114
  })
115
- .on('shutdown', async () => { await this.shutdown() })
116
115
  }
117
116
 
118
117
  async init () {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ebaauw"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
- "version": "2.0.2",
10
+ "version": "2.0.4",
11
11
  "keywords": [
12
12
  "homebridge-plugin",
13
13
  "raspberrypi",
@@ -23,12 +23,12 @@
23
23
  "rpi": "cli/rpi.js"
24
24
  },
25
25
  "engines": {
26
- "homebridge": "^1.11.4||^2.0.0-beta",
27
- "node": "^24||^22||^20"
26
+ "homebridge": "^2.0.1",
27
+ "node": "^24||^22"
28
28
  },
29
29
  "dependencies": {
30
- "hb-rpi-tools": "~1.0.2",
31
- "homebridge-lib": "~8.0.0"
30
+ "hb-rpi-tools": "~1.0.4",
31
+ "homebridge-lib": "~8.1.0"
32
32
  },
33
33
  "scripts": {
34
34
  "prepare": "standard",