refactor: cleanup variables namespace
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index f44475d86f680982c87fa376427f8481dc1a9410..30fd26c370cc80f43591c908285ad84cf94737bc 100644 (file)
@@ -30,7 +30,10 @@ export type ProtocolRequestHandler = (
 export enum ProcedureName {
   START_SIMULATOR = 'startSimulator',
   STOP_SIMULATOR = 'stopSimulator',
+  LIST_TEMPLATES = 'listTemplates',
   LIST_CHARGING_STATIONS = 'listChargingStations',
+  ADD_CHARGING_STATIONS = 'addChargingStations',
+  PERFORMANCE_STATISTICS = 'performanceStatistics',
   START_CHARGING_STATION = 'startChargingStation',
   STOP_CHARGING_STATION = 'stopChargingStation',
   OPEN_CONNECTION = 'openConnection',