eos_command
Send Eos command-line instructions to an ETC lighting console via OSC. Execute record, patch, copy, save, and CLI-only operations directly.
Instructions
Send an Eos command-line instruction via OSC (/eos/cmd). Use for record, patch, copy, save, and any CLI-only operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Eos command line text, e.g. 'Chan 1 At 75' | |
| confirm | No | Required when EOS_REQUIRE_CONFIRM=true | |
| terminator | No | How to terminate: enter (default), hash (#), or none |