homebridge-panamax-m4315
Version:
Homebridge plugin for controlling Panamax M4315 PDU.
28 lines (26 loc) • 583 B
JSON
{
"name": "homebridge-panamax-m4315",
"version": "1.0.1",
"description": "Homebridge plugin for controlling Panamax M4315 PDU.",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"homebridge-panamax-m4315",
"homebridge-panamax",
"panamax",
"pdu"
],
"peerDependencies": {
"homebridge": ">=1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jpl4/homebridge-panamax-m4315.git"
},
"author": "JP <jpl808@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=14.17.0",
"homebridge": ">=1.3.0"
}
}