Check build requirements before all build types
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index f235200c283b0393e900754b19e93d9e26f377fc..788f7d68f864c63f3dce8f88e558d3fc6c94e496 100644 (file)
@@ -17,6 +17,7 @@ export enum BroadcastChannelProcedureName {
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
   STATUS_NOTIFICATION = 'statusNotification',
+  HEARTBEAT = 'heartbeat',
 }
 
 export interface BroadcastChannelRequestPayload extends RequestPayload {