diff --git a/README.md b/README.md index 98bffc9..12c9df2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Example accessory config (needs to be added to the homebridge config.json): "ip_address": "10.0.0.46", "poll_status_interval": "3000", "name": "Receiver", + "zone": "main", "default_input": "net", "default_volume": "10", "max_volume": "40", diff --git a/package.json b/package.json index dca71c4..94110a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-onkyo", - "version": "0.7.10", + "version": "0.7.11", "description": "Homebridge plugin for Onkyo Receivers", "main": "index.js", "scripts": { @@ -14,8 +14,7 @@ "dependencies": { "eiscp": "git://github.com/tillbaks/node-eiscp.git", "math-round": "^1.0.0", - "polling-to-event": "^2.0.2", - "request": "^2.69.0" + "polling-to-event": "^2.0.2" }, "devDependencies": { "eslint": "^6.3.0",