X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=265f376028f83692acb4be9e32497fb93efa7995;hb=55ae7b758f478a2beb4557bbc96363fb913dcc73;hp=f44475d86f680982c87fa376427f8481dc1a9410;hpb=13a6f27c10768faa05acf33fd8e0637511d49e3e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index f44475d8..265f3760 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -30,7 +30,9 @@ export type ProtocolRequestHandler = ( export enum ProcedureName { START_SIMULATOR = 'startSimulator', STOP_SIMULATOR = 'stopSimulator', + LIST_TEMPLATES = 'listTemplates', LIST_CHARGING_STATIONS = 'listChargingStations', + ADD_CHARGING_STATIONS = 'addChargingStations', START_CHARGING_STATION = 'startChargingStation', STOP_CHARGING_STATION = 'stopChargingStation', OPEN_CONNECTION = 'openConnection',