Difference between revisions of "VehicleState"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
     subgraph cluster_AC {
 
     subgraph cluster_AC {
 
       label="AC";
 
       label="AC";
       Connected -> Power [dir="both"]
+
       ACConnected -> ACPower [dir="both"]
       Connected -> Disconnected [dir="both"]
+
       ACConnected -> ACDisconnected [dir="both"]
 
     }
 
     }
 
     subgraph cluster_DC {
 
     subgraph cluster_DC {
 
       label="Chademo";
 
       label="Chademo";
       Connected -> Power [dir="both"]
+
       DCConnected -> DCPower [dir="both"]
       Connected -> Disconnected [dir="both"]
+
       DCConnected -> DCDisconnected [dir="both"]
 
     }
 
     }
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 17:33, 25 August 2017