enable_device
Enables or disables a device on a given track by track index and device index. Provide a boolean enabled value to switch the device on or off.
Instructions
Enable or disable a device on a track.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the device. enabled: True to enable the device, False to disable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |