Add charging stations listing to WS server commands
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index a7dfa334ef7f3fbb7c0e1b2ec03782c6a00a2538..3e4d6232ba6202ca395fa57791fe8886b0f332e5 100644 (file)
@@ -5,6 +5,7 @@ export enum ProtocolVersion {
 }
 
 export enum ProtocolCommand {
+  LIST_CHARGING_STATIONS = 'listChargingStations',
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   UNKNOWN = 'unknown',