feat: add performance statistics to UI protocol
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 265f376028f83692acb4be9e32497fb93efa7995..30fd26c370cc80f43591c908285ad84cf94737bc 100644 (file)
@@ -33,6 +33,7 @@ export enum ProcedureName {
   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',