X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=30fd26c370cc80f43591c908285ad84cf94737bc;hb=3000c1258ccda0c8828f4e4fffb988e5ffaa84da;hp=13da330efc3094f2c117d067e9e787cc02fd9c6e;hpb=42e341c40076aa8c5fc37e10512ec41c9ab60825;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 13da330e..30fd26c3 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -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',