Guart against duplicate CS start/stop, take 2
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index e7017356162205f91f4152a1862923cd7f06a4a0..1756e496a3be5f3edc1604b5e7293de0244893db 100644 (file)
@@ -17,8 +17,10 @@ export enum BroadcastChannelProcedureName {
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',
+  BOOT_NOTIFICATION = 'bootNotification',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
+  METER_VALUES = 'meterValues',
 }
 
 export interface BroadcastChannelRequestPayload extends RequestPayload {