get_device_parameters
List device parameters for a given track and device index. Filter by category or set show_all to true for full detail.
Instructions
List parameters for a device on a track.
Parameters:
track_index: Track number (1-based).
device_index: Device number on the track (1-based, default 1).
chain_index: Chain number inside a rack (1-based, 0 = no chain).
category: Filter by category name (returns detail for that category).
show_all: If True, return all parameters in detail mode.
Default mode returns a summary grouped by category with counts. Specify category or show_all=True for full parameter details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| show_all | No | ||
| chain_index | No | ||
| track_index | Yes | ||
| device_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |