X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=e7635b2e59167f3a3b48b51e9c2eed944700ff1b;hb=269de5835f83c14f7432c0049a6606a55e1b556e;hp=204051613d3305664fb808f42c5c66a70854ee1a;hpb=93f0c2c87ceeb26d4925bee5708ea8156f4b335f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 20405161..e7635b2e 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -36,6 +36,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',