X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fweb%2Fsrc%2Ftypes%2FUIProtocol.ts;h=443e2352e05b82dca5f8bfdd16b331da70911b8a;hb=0a19da78c1e4a02026860ff29f92623ca6452048;hp=f3a9d072a80cfd462e4fbbe813dbb364591f2da7;hpb=757b2ecfd506d85f04ab57e13ff0cb3cf4c024fe;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/src/types/UIProtocol.ts b/src/ui/web/src/types/UIProtocol.ts index f3a9d072..443e2352 100644 --- a/src/ui/web/src/types/UIProtocol.ts +++ b/src/ui/web/src/types/UIProtocol.ts @@ -28,11 +28,12 @@ export enum ProcedureName { STOP_CHARGING_STATION = 'stopChargingStation', OPEN_CONNECTION = 'openConnection', CLOSE_CONNECTION = 'closeConnection', - START_TRANSACTION = 'startTransaction', - STOP_TRANSACTION = 'stopTransaction', START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator', STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator', + START_TRANSACTION = 'startTransaction', + STOP_TRANSACTION = 'stopTransaction', } + export interface RequestPayload extends JsonObject { hashIds?: string[]; connectorId?: number;