Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkordek committed Nov 22, 2019
1 parent 845d11e commit 899d9b5
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ sudo npm install -g homebridge-harman-kardon-avr
"model_name": "AVR 161",
"ip": "xx.x.x.xx",
"port": "10025",
"inputs": ["STB","Cable/Sat"],
"inputs": ["STB","Cable Sat","Game"],
"interval": 5
}]
}
Expand All @@ -53,5 +53,17 @@ $ sudo npm install -g homebridge-harman-kardon-avr
| model_name | **No** | Model (optional - Default: AVR 161) |
| ip | **Yes** | IP adress from your AVR |
| port | **Yes** | **Must be** 10025 |
| inputs | **Yes** | An Array of Inputs (STB/CABLE/SAT/GAME etc.) |
| interval | **Yes** | Polling interval in seconds _(Default: 5s)_ |
| inputs | **Yes** | An Array of Inputs (STB,CABLE SAT,GAME etc.) |
| interval | **Yes** | Polling interval in seconds _(Default: 5s)_ |

## Valid Inputs
* STB
* Cable Sat
* Disc
* Radio
* TV
* USB
* Game
* Media Server
* Home Network
* AUX

0 comments on commit 899d9b5

Please sign in to comment.