ATG: add support for idTag distribution algorithms
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 6468290d59b8cd16c61f2ed990a6df44fee0832a..174ae7dd0cbccf00cab4f49c7fdced2098f9ab5b 100644 (file)
@@ -40,8 +40,10 @@ export enum ProcedureName {
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',
+  BOOT_NOTIFICATION = 'bootNotification',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
+  METER_VALUES = 'meterValues',
 }
 
 export interface RequestPayload extends JsonObject {