X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=e2d65804b78be82cc0dc74af1282ca25c5db960a;hb=2113b3c6c96d48ec565fef586149f112082c6c0e;hp=265f376028f83692acb4be9e32497fb93efa7995;hpb=c5ecc04daa3a6102cd586af446547dee585d506b;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 265f3760..e2d65804 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -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',