run_task
Send a task to the connected device over the debug relay and wait synchronously for its result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | task type the device client understands, e.g. "echo" | |
| device | No | target device: name or sid from list_devices. Omit only when the account has exactly one device. | |
| payload | No | task payload object | |
| timeout_ms | No | how long to wait for the device (default 60000, max 120000) |