UNPKG

homebridge-denon-heos

Version:

Denon and possibly Marantz (some are tested with positive results) AVR support for Homebridge: https://github.com/nfarina/homebridge with support for newer version of receiver. This plugin uses the http commands to control the receivers. It is also possib

41 lines 1.37 kB
{ "name": "homebridge-denon-heos", "version": "2.9.7", "description": "Denon and possibly Marantz (some are tested with positive results) AVR support for Homebridge: https://github.com/nfarina/homebridge with support for newer version of receiver. This plugin uses the http commands to control the receivers. It is also possible to add a receiver as a tv to your homekit. This way, you can control the receiver with the remote. Set the volume with the remote and change the input, all in one block.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Martvvliet/homebridge-denon-heos.git" }, "keywords": [ "homebridge", "homebridge-plugin", "HomeKit", "homebridge-denon-heos", "Denon", "Heos", "Heos TV", "Denon TV", "Marantz" ], "author": "Nicolas Neubauer, Mart van Vliet", "license": "MIT", "bugs": { "url": "https://github.com/Martvvliet/homebridge-denon-heos/issues" }, "homepage": "https://github.com/Martvvliet/homebridge-denon-heos#readme", "engines": { "node": ">=9.11.2", "homebridge": ">=0.4.53", "hap-nodejs": ">=0.4.13" }, "dependencies": { "node-ssdp": "^4.0.0", "request": ">=2.88", "xml2js": ">=0.4.23", "telnet-client": ">=1.2.11" } }