You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
@startuml
|
|
state fastboot
|
|
|
|
normal -right-> recovery: 1
|
|
recovery -down-> fastbootd: 2
|
|
fastbootd -left-> fastboot: 3
|
|
fastboot -up-> normal: 4
|
|
|
|
'self
|
|
normal -[dashed]> normal: a
|
|
recovery -[dashed]> recovery: b
|
|
fastboot -[dashed]> fastboot: c
|
|
fastbootd -[dashed]> fastbootd: d
|
|
|
|
'normal
|
|
normal -> fastbootd: 5
|
|
|
|
'recovery
|
|
recovery -[#blue]> fastboot: 6
|
|
@enduml |