From 269e96e0b82bd120081eb66fe85f7418d1232339 Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Tue, 23 May 2023 10:27:17 +0930 Subject: [PATCH] last attempt --- docs/state.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/state.md b/docs/state.md index cafab31..c256e04 100644 --- a/docs/state.md +++ b/docs/state.md @@ -11,12 +11,14 @@ stateDiagram Disconnected --> Connected : [radio]/connect state Idle { + Connected --> Connected : [radio]/info Connected --> Tuned : [radio]/configure/[] Tuned --> Tuned : [radio]/configure/[] + Tuned --> Tuned : [radio]/info } Idle --> Disconnected : [radio]/disconnect - Idle --> Idle : [radio]/info + Tuned --> Streaming : [radio]/start Streaming --> Tuned : [radio]/end