UI Protocol: add Authorize command support
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 788f7d68f864c63f3dce8f88e558d3fc6c94e496..be59789bf0882974a9ddf60a2eb4cd6e75640ae4 100644 (file)
@@ -16,6 +16,7 @@ export enum BroadcastChannelProcedureName {
   STOP_TRANSACTION = 'stopTransaction',
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
+  AUTHORIZE = 'authorize',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
 }