Undo change that fixed nothing

This commit is contained in:
Jono Targett 2023-05-23 10:24:19 +09:30
parent dac71a0ba5
commit 467b9b2a6b

View File

@ -10,13 +10,13 @@ stateDiagram
Disconnected --> Disconnected : report
Disconnected --> Connected : [radio]/connect
state Nothing {
state Idle {
Connected --> Tuned : [radio]/configure/[]
Tuned --> Tuned : [radio]/configure/[]
}
Nothing --> Disconnected : [radio]/disconnect
Nothing --> Nothing : [radio]/info
Idle --> Disconnected : [radio]/disconnect
Idle --> Idle : [radio]/info
Tuned --> Streaming : [radio]/start
Streaming --> Tuned : [radio]/end