homebridge-denon-avr
Version:
Homebridge plugin for controlling Denon AVRs via RS232.
27 lines (26 loc) • 495 B
JSON
{
"name": "homebridge-denon-avr",
"version": "1.2.9",
"description": "Homebridge plugin for controlling Denon AVRs via RS232.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"denon",
"avr",
"rsr232"
],
"author": "Berk Bayri",
"license": "MIT",
"engines": {
"node": ">=10.15.2",
"homebridge": ">=0.4.47"
},
"dependencies": {
"pm2": "^4.1.2",
"serialport": "^8.0.5"
}
}