homebridge-marantz-volume
Version:
Homebridge plugin to control Denon or Marantz receiver volume with Siri commands
33 lines (32 loc) • 798 B
JSON
{
"name": "homebridge-marantz-volume",
"version": "1.6.3",
"description": "Homebridge plugin to control Denon or Marantz receiver volume with Siri commands",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/robertvorthman/homebridge-marantz-volume.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"volume",
"marantz",
"denon",
"siri"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "^2.69.0",
"xml2js": "0.4.x"
},
"author": "Robert Vorthman",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertvorthman/homebridge-marantz-volume/issues"
},
"homepage": "https://github.com/robertvorthman/homebridge-marantz-volume#readme"
}