Skip to content

Commit

Permalink
0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandlehner committed Feb 28, 2020
1 parent 53bf0c9 commit 3ad0c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 3ad0c62

Please sign in to comment.