Broadcast Channel: optimize requests handling implementation
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 0e4fb77a2c9658a904c357b7cf65cb65fa3e724e..4b96262bc3126afaf3d6ad8693758b9f09f23dfa 100644 (file)
@@ -38,6 +38,8 @@ export enum ProcedureName {
   STOP_TRANSACTION = 'stopTransaction',
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
+  STATUS_NOTIFICATION = 'statusNotification',
+  HEARTBEAT = 'heartbeat',
 }
 
 export interface RequestPayload extends JsonObject {