refactor: cleanup variables namespace
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 13da330efc3094f2c117d067e9e787cc02fd9c6e..30fd26c370cc80f43591c908285ad84cf94737bc 100644 (file)
@@ -32,6 +32,8 @@ export enum ProcedureName {
   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',