set_device_active
Enable or disable a specific device on any track by planning the change and then confirming it with a short-lived token.
Instructions
Plan or set the active state of one exact loaded device on an ordinary, Return, or Main track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | Requested active state. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master. | |
| deviceId | Yes | Stable device ID returned by list_devices. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |