{ "id": "rms.openwebrx.bandmap", "name": "OpenWebRX Bandmap", "version": "1.0.0", "apiVersion": "1.0", "capabilities": [ "openwebrx.band.read", "openwebrx.band.set" ], "settingsSchema": { "type": "object", "properties": { "csvPath": { "type": "string" }, "configFilePath": { "type": "string" }, "setCommandTemplate": { "type": "string" }, "stateFilePath": { "type": "string" }, "timeoutMs": { "type": "integer", "minimum": 1000 } }, "additionalProperties": false }, "uiControls": [ { "controlId": "openwebrx-bandmap", "controlType": "switch.group", "title": "OpenWebRX Band", "capability": "openwebrx.band.set", "actions": [ { "name": "setBand", "inputSchema": { "type": "object", "properties": { "band": { "type": "string" } }, "required": ["band"], "additionalProperties": false } } ] } ] }