X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=52b91b972d14b06c1fa6ab711dd9b4e5b19226bf;hb=ba0564367ed4a5677bc4c45ab0d1cbed708ebef5;hp=3b6592a5765a480965c62e645e210ca870703176;hpb=c9a4f9ea603df09541c6837fee50012256fb46ad;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 3b6592a5..52b91b97 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -37,6 +37,7 @@ export enum ProcedureName { CLOSE_CONNECTION = 'closeConnection', START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator', STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator', + SET_SUPERVISION_URL = 'setSupervisionUrl', START_TRANSACTION = 'startTransaction', STOP_TRANSACTION = 'stopTransaction', AUTHORIZE = 'authorize',