From c8bb9784c72dd3245849c757242902d54cdfe192 Mon Sep 17 00:00:00 2001 From: Bert Outtier Date: Sun, 31 Jan 2016 12:37:24 +0100 Subject: [PATCH] fix readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd6759a..063b39d 100644 --- a/README.md +++ b/README.md @@ -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": [ @@ -21,4 +22,10 @@ Homebridge plugin to control MPD. ### Dependencies: * Homebridge: https://github.com/nfarina/homebridge - * Mpd.js: https://github.com/andrewrk/mpd.js \ No newline at end of file + * 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?* \ No newline at end of file