refactor(ui): trivial code cleanup
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 265f376028f83692acb4be9e32497fb93efa7995..e2d65804b78be82cc0dc74af1282ca25c5db960a 100644 (file)
@@ -33,6 +33,8 @@ export enum ProcedureName {
   LIST_TEMPLATES = 'listTemplates',
   LIST_CHARGING_STATIONS = 'listChargingStations',
   ADD_CHARGING_STATIONS = 'addChargingStations',
+  DELETE_CHARGING_STATIONS = 'deleteChargingStations',
+  PERFORMANCE_STATISTICS = 'performanceStatistics',
   START_CHARGING_STATION = 'startChargingStation',
   STOP_CHARGING_STATION = 'stopChargingStation',
   OPEN_CONNECTION = 'openConnection',