UI protocol: Allow to send some relevant commands to several charging… (#152)
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / type / UIProtocol.ts
index b8d40f31a194f1c3ef1a70fe58c527b683ade9f4..23537c3ea0d7637df3e65f2378340a6cf7004e00 100644 (file)
@@ -33,6 +33,7 @@ export enum ProcedureName {
 }
 export interface RequestPayload extends JsonObject {
   hashId?: string;
+  hashIds?: string[];
 }
 
 export enum ResponseStatus {