Add the reusable RMS core application (server, web UI, plugins, tests, tools) with generic defaults, GPL licensing, and maintainer context documentation so deployments can consume this repo as software source independent of station-specific overlays.
24 lines
607 B
JSON
24 lines
607 B
JSON
{
|
|
"id": "rms.vswr.native",
|
|
"name": "VSWR Native Controller",
|
|
"version": "1.0.0",
|
|
"apiVersion": "1.0",
|
|
"capabilities": [
|
|
"vswr.run",
|
|
"vswr.report.read"
|
|
],
|
|
"settingsSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"nanovnaCommandTemplate": { "type": "string" },
|
|
"bandsJson": { "type": "string" },
|
|
"outputBaseDir": { "type": "string" },
|
|
"reportJsonPath": { "type": "string" },
|
|
"publicImagesBaseUrl": { "type": "string" },
|
|
"timeoutMsPerBand": { "type": "integer", "minimum": 1000 }
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"uiControls": []
|
|
}
|