diff --git a/docs/state.md b/docs/state.md index 1eb77df..cafab31 100644 --- a/docs/state.md +++ b/docs/state.md @@ -6,8 +6,7 @@ For brevity, state transitions caused by errors are omitted from the diagram - b Each radio that is available on the system is configured indepdenently, with the exception that the endpoint `/radio/report` will interact with all radios. Dependending on the driver this might cause the radio to stop streaming or to disconnect entirely. ```mermaid -stateDiagram-v2 - [*] --> Disconnected +stateDiagram Disconnected --> Disconnected : report Disconnected --> Connected : [radio]/connect @@ -15,7 +14,6 @@ stateDiagram-v2 Connected --> Tuned : [radio]/configure/[] Tuned --> Tuned : [radio]/configure/[] } - %%Connected --> Connected : [radio]/info Idle --> Disconnected : [radio]/disconnect Idle --> Idle : [radio]/info