last attempt
This commit is contained in:
parent
467b9b2a6b
commit
269e96e0b8
@ -11,12 +11,14 @@ stateDiagram
|
|||||||
Disconnected --> Connected : [radio]/connect
|
Disconnected --> Connected : [radio]/connect
|
||||||
|
|
||||||
state Idle {
|
state Idle {
|
||||||
|
Connected --> Connected : [radio]/info
|
||||||
Connected --> Tuned : [radio]/configure/[]
|
Connected --> Tuned : [radio]/configure/[]
|
||||||
Tuned --> Tuned : [radio]/configure/[]
|
Tuned --> Tuned : [radio]/configure/[]
|
||||||
|
Tuned --> Tuned : [radio]/info
|
||||||
}
|
}
|
||||||
|
|
||||||
Idle --> Disconnected : [radio]/disconnect
|
Idle --> Disconnected : [radio]/disconnect
|
||||||
Idle --> Idle : [radio]/info
|
|
||||||
|
|
||||||
Tuned --> Streaming : [radio]/start
|
Tuned --> Streaming : [radio]/start
|
||||||
Streaming --> Tuned : [radio]/end
|
Streaming --> Tuned : [radio]/end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user