Skip to content

Commit

Permalink
Edd event descrption to Hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Sep 15, 2024
1 parent 5e3619b commit ca68222
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Hackathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,22 @@ This can be combined with the commands from the previous section to directly sub
ert status $(<command from previous section> | jq -r .id)
```

### Event types
The events the you receive from the websocket endpoint will be one of the following:

```python
StatusEvents = Union[
FullSnapshotEvent,
SnapshotUpdateEvent,
EndEvent,
AnalysisStatusEvent,
AnalysisTimeEvent,
AnalysisReportEvent,
RunModelErrorEvent,
RunModelStatusEvent,
RunModelTimeEvent,
RunModelUpdateBeginEvent,
RunModelDataEvent,
RunModelUpdateEndEvent,
]
```

0 comments on commit ca68222

Please sign in to comment.