set_control_value
Push a value to a buffer control by ID to update it in real time on paired iOS devices.
Instructions
Drive one buffer control live by emitting a frame at its bound valuePath.
Args: control_id: id of a control in the working buffer (must have a listen sync). value_json: The value to push, e.g. 82 or "online" or true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| control_id | Yes | ||
| value_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |