~aleteoryx/muditaos

ref: 71fa4c5578eb2ea57899e63c3aa5c42461502483 muditaos/module-services/service-evtmgr/doc/USB_current_selection.puml -rw-r--r-- 270 bytes
71fa4c55 — Paweł Joński [BH-721] Fix and add new rrule generator methods 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml
(*) -> [initialization] "Limit 500mA"

"USB plugged" -> "USB type recognition"
If "Detected USB type" then
    ---> [SDP] "Limit 500mA"
    else
    -> [CDP] "Limit 1000mA"
    else
    --> [DCP] "Limit 1000mA"
Endif

"USB unplugged" --> "Limit 500mA"
@enduml