UI Server: dedupe some code in helpers
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 27585b03dad549cd58fcd0500b9346f88803314c..1939fdd5802120683bc0b6ad701c31a7952d5630 100644 (file)
@@ -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 {