StepUpdate
WebSocket server->client.
Indicates a change in a step's status.
Fields of this type
Fields
- tag:ToClientTag
- = .step_update
- step_idx:u32
- bits:packed struct(u8) { status: Status, _: u6 = 0, }
Keep in sync with indices in web UI `main.js:updateStepStatus`.
Types
- Status
- Keep in sync with indices in web UI `main.js:updateStepStatus`.