X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FUIProtocol.ts;h=afc55b03069540e6f7a48b7e86dec88f4cea1291;hb=f8696170fe4343a6fef450a6f0d4a47daccbcee0;hp=9e7a71a8d4cb43ac93c758e863afed30eba3abaf;hpb=6b0e43dd6099bbf587103c8f67ef4da319fa9b57;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/UIProtocol.ts b/ui/web/src/types/UIProtocol.ts index 9e7a71a8..afc55b03 100644 --- a/ui/web/src/types/UIProtocol.ts +++ b/ui/web/src/types/UIProtocol.ts @@ -31,6 +31,7 @@ export enum ProcedureName { LIST_CHARGING_STATIONS = 'listChargingStations', ADD_CHARGING_STATIONS = 'addChargingStations', DELETE_CHARGING_STATIONS = 'deleteChargingStations', + SET_SUPERVISION_URL = 'setSupervisionUrl', START_CHARGING_STATION = 'startChargingStation', STOP_CHARGING_STATION = 'stopChargingStation', OPEN_CONNECTION = 'openConnection',