simulate
Emit data frames to drive real-time controls for live demos or testing without a backend.
Instructions
Emit a data frame onto the channel as if from the service — drives any synced controls so gauges move and sparklines fill (live demo / no-backend testing).
Args: payload_json: The frame to emit, e.g. {"battery":82,"cpu_temp":61}. event: Event to emit on (default 'broadcast').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | broadcast | |
| payload_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |