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