qsys_discover
Identify and retrieve available components and their control details for Q-SYS audio/video systems using WebSocket connections. Simplify system monitoring and management by querying specific components or discovering all.
Instructions
Discover available components and their controls
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component | No | Component name or regex pattern (omit for all) | |
includeControls | No | Include control details for each component |
Input Schema (JSON Schema)
{
"properties": {
"component": {
"description": "Component name or regex pattern (omit for all)",
"type": "string"
},
"includeControls": {
"default": true,
"description": "Include control details for each component",
"type": "boolean"
}
},
"type": "object"
}