signalk-peplink-monitor
Version:
SignalK plugin to monitor Peplink router WAN connections and cellular signal quality
41 lines (40 loc) • 829 B
JSON
{
"name": "signalk-peplink-monitor",
"version": "1.0.3",
"description": "SignalK plugin to monitor Peplink router WAN connections and cellular signal quality",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"signalk-node-server-plugin",
"peplink",
"cellular",
"wan",
"router",
"monitoring"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/signalk-peplink-monitor.git"
},
"dependencies": {
"ssh2": "^1.15.0"
},
"engines": {
"node": ">=12.0.0"
},
"signalk": {
"appstore": {
"categories": [
"Monitoring",
"Communication"
],
"compatibility": [
"signalk-server-node"
]
}
}
}