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.
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"id": "rms.tx.state.file",
|
|
"name": "TX State File",
|
|
"version": "1.0.0",
|
|
"apiVersion": "1.0",
|
|
"capabilities": [
|
|
"tx.state.read"
|
|
],
|
|
"settingsSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"stateFilePath": { "type": "string" }
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"uiControls": []
|
|
}
|