README.md: document missing UI protocol commands
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 1e6917aee4871d5a964e6d22c3f26ab4da732468..63bb7ca1a5bc61c90bb99a1b62e598478eefa2da 100644 (file)
@@ -32,6 +32,7 @@ export enum ProcedureName {
   OPEN_CONNECTION = 'openConnection',
   CLOSE_CONNECTION = 'closeConnection',
 }
+
 export interface RequestPayload extends JsonObject {
   hashId?: string;
 }