Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
subgraph cluster_AC { | subgraph cluster_AC { | ||
label="AC"; | label="AC"; | ||
− | + | ACConnected -> ACPower [dir="both"] | |
− | + | ACConnected -> ACDisconnected [dir="both"] | |
} | } | ||
subgraph cluster_DC { | subgraph cluster_DC { | ||
label="Chademo"; | label="Chademo"; | ||
− | + | DCConnected -> DCPower [dir="both"] | |
− | + | DCConnected -> DCDisconnected [dir="both"] | |
} | } | ||
} | } | ||
</graphviz> | </graphviz> |