Get component controls
qsys_get_component_controlsRetrieve controls and current values for a specified Q-SYS component. Optionally filter by control name substring or return only control names to reduce output size.
Instructions
List a named component's controls and current values (Component.GetControls). Use filter/names_only to trim large components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component name (as returned by qsys_list_components) | |
| filter | No | Case-insensitive substring; only controls whose name contains it are returned | |
| names_only | No | Return only control names (drop values/positions) to save context |