Difference between revisions of "VehicleState"

From BITPlan can4eve Wiki
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>

Revision as of 17:32, 25 August 2017