{ "id": "rms.tx.control.native", "name": "TX Control Native", "version": "1.0.0", "apiVersion": "1.0", "capabilities": [ "tx.control", "tx.state.read" ], "settingsSchema": { "type": "object", "properties": { "enableCommand": { "type": "string" }, "disableCommand": { "type": "string" }, "statusCommand": { "type": "string" }, "stateFilePath": { "type": "string" }, "timeoutMs": { "type": "integer", "minimum": 1000 } }, "additionalProperties": false }, "uiControls": [ { "controlId": "tx-control-native", "controlType": "switch.group", "title": "TX Steuerung", "capability": "tx.control", "actions": [ { "name": "enableTx", "inputSchema": { "type": "object", "properties": { "source": { "type": "string", "default": "plugin-ui" } }, "additionalProperties": false } }, { "name": "disableTx", "inputSchema": { "type": "object", "properties": { "source": { "type": "string", "default": "plugin-ui" } }, "additionalProperties": false } }, { "name": "getTxState", "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false } } ] } ] }