add mpd client accessory

This commit is contained in:
Alessandro Zummo
2015-09-14 01:15:56 +02:00
parent a246472401
commit b1d0ef57ac
3 changed files with 97 additions and 0 deletions

View File

@@ -183,6 +183,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"
}
]
}