X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FUIProtocol.ts;h=1939fdd5802120683bc0b6ad701c31a7952d5630;hb=852a4c5f07886502e278d44fda06efdfa8c711d8;hp=27585b03dad549cd58fcd0500b9346f88803314c;hpb=6c8f5d901f6dbfd66e921decde63bf73548c156e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/UIProtocol.ts b/src/types/UIProtocol.ts index 27585b03..1939fdd5 100644 --- a/src/types/UIProtocol.ts +++ b/src/types/UIProtocol.ts @@ -29,9 +29,13 @@ export enum ProcedureName { STOP_TRANSACTION = 'stopTransaction', START_SIMULATOR = 'startSimulator', STOP_SIMULATOR = 'stopSimulator', + OPEN_CONNECTION = 'openConnection', + CLOSE_CONNECTION = 'closeConnection', } + export interface RequestPayload extends JsonObject { hashId?: string; + hashIds?: string[]; } export enum ResponseStatus {