qsys_status
Retrieve connection status and system details for Q-SYS audio/video systems. Use boolean input to include component inventory for comprehensive monitoring.
Instructions
Get connection status and system information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | Include component inventory |
Input Schema (JSON Schema)
{
"properties": {
"detailed": {
"default": false,
"description": "Include component inventory",
"type": "boolean"
}
},
"type": "object"
}