refactor(simulator): consolidate connector status transition
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 3656fe3a9a1e8618375271002850ccd407a6e5fc..a7a2e1fadf284527ad33d1fa57b8534fb54ffb66 100644 (file)
@@ -14,6 +14,7 @@ export enum BroadcastChannelProcedureName {
   CLOSE_CONNECTION = 'closeConnection',
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
+  SET_SUPERVISION_URL = 'setSupervisionUrl',
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',