0.0.14 • Published 2 years ago

@reidcooper/homebridge-mpd v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

Configuration:

"accessories": [
   {
       "accessory": "mpd",
       "name": "Stereo",
       "host": "localhost",
       "port": "6600"
   }
]

Default values:

  • name: "MPD"
  • host: "localhost"
  • port: "6600"

Dependencies:

Usage:

  • Siri, turn Stereo on
  • Siri, turn Stereo off
  • Siri, change Stereo to 20%
  • Siri, is Stereo on?
0.0.14

2 years ago

0.0.13

2 years ago