set_return_device_parameter
Set a parameter value on a device in a return track by specifying return, device, and parameter indices. Use with get_return_device_parameters to find valid ranges.
Instructions
Set a parameter value on a device on a return track.
Use get_return_device_parameters first to discover available parameters and ranges.
Args: return_index: Zero-based index of the return track. device_index: Zero-based index of the device in the return track's device chain. parameter_index: Zero-based index of the parameter. value: New value for the parameter (must be within the parameter's min/max range).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| device_index | Yes | ||
| return_index | Yes | ||
| parameter_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |