Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Open -> Closed [dir="both"] | Open -> Closed [dir="both"] | ||
} | } | ||
− | subgraph cluster_key { | + | subgraph cluster_key { |
label="Key"; | label="Key"; | ||
Off -> On -> Ready [dir="both"] | Off -> On -> Ready [dir="both"] | ||
+ | } | ||
+ | subgraph cluster_AC { | ||
+ | label="AC"; | ||
+ | Connected -> Power [dir="both"] | ||
+ | Connected -> Disconnected [dir="both"] | ||
} | } | ||
} | } | ||
</graphviz> | </graphviz> |