Undo change that fixed nothing
This commit is contained in:
parent
dac71a0ba5
commit
467b9b2a6b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user