Comment out performance statistics debug code
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 6468290d59b8cd16c61f2ed990a6df44fee0832a..8c9379b4570b6a5e6a7ddb643a51d5007e3a46b6 100644 (file)
@@ -40,8 +40,11 @@ export enum ProcedureName {
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',
+  BOOT_NOTIFICATION = 'bootNotification',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
+  METER_VALUES = 'meterValues',
+  DATA_TRANSFER = 'dataTransfer',
 }
 
 export interface RequestPayload extends JsonObject {