Merge pull request #165 from dwery/master

add mpd client accessory
This commit is contained in:
Nick Farina
2015-09-14 07:25:34 -07:00
3 changed files with 97 additions and 0 deletions

View File

@@ -189,6 +189,13 @@
"description": "Control the Hyperion TV backlight server. https://github.com/tvdzwan/hyperion",
"host": "localhost",
"port": "19444"
},
{
"accessory": "mpdclient",
"name" : "mpd",
"host" : "localhost",
"port" : 6600,
"description": "Allows some control of an MPD server"
}
]
}