initialize generic rms-software repository
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.
This commit is contained in:
34
plugins/rms.microham/manifest.json
Normal file
34
plugins/rms.microham/manifest.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"id": "rms.microham",
|
||||
"name": "microHAM",
|
||||
"version": "1.0.0",
|
||||
"apiVersion": "1.0",
|
||||
"capabilities": [
|
||||
"microham.ptt",
|
||||
"microham.audio",
|
||||
"tx.audio.backend"
|
||||
],
|
||||
"settingsSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"device": { "type": "string" },
|
||||
"pttCommandsEnabled": { "type": "boolean" },
|
||||
"pttDownCommand": { "type": "string" },
|
||||
"pttUpCommand": { "type": "string" },
|
||||
"pttTimeoutMs": { "type": "integer", "minimum": 1000 },
|
||||
"pttApplyBandState": { "type": "boolean" },
|
||||
"pttRigctlModel": { "type": "string" },
|
||||
"pttRigctlBaud": { "type": "string" },
|
||||
"pttRigctlSetConf": { "type": "string" },
|
||||
"audioEnabled": { "type": "boolean" },
|
||||
"audioAlsaDevice": { "type": "string" },
|
||||
"audioInputMime": { "type": "string", "enum": ["webm", "ogg"] },
|
||||
"audioStopOnDisconnect": { "type": "boolean" },
|
||||
"audioChunkMs": { "type": "integer", "minimum": 40 },
|
||||
"audioSessionTimeoutMs": { "type": "integer", "minimum": 1000 },
|
||||
"audioFfmpegPath": { "type": "string" },
|
||||
"audioFfmpegExtraArgs": { "type": "string" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user