Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bertouttier committed Jan 31, 2016
1 parent cd0eb52 commit c8bb978
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# homebridge-mpd
Homebridge plugin to control MPD.
Includes volume control and play/stop control. Volume control uses the brightness Characteristic of the homekit protocol because a volume Characteristic is not available yet.

### Usage:
### Configuration:

```json
"accessories": [
Expand All @@ -21,4 +22,10 @@ Homebridge plugin to control MPD.

### Dependencies:
* Homebridge: https://github.com/nfarina/homebridge
* Mpd.js: https://github.com/andrewrk/mpd.js
* Mpd.js: https://github.com/andrewrk/mpd.js

### Usage:
- *Siri, turn Stereo on*
- *Siri, turn Stereo off*
- *Siri, change Stereo to 20%*
- *Siri, is Stereo on?*

0 comments on commit c8bb978

Please sign in to comment.