fix: make worker set respect all relevant worker options
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 3b6592a5765a480965c62e645e210ca870703176..52b91b972d14b06c1fa6ab711dd9b4e5b19226bf 100644 (file)
@@ -37,6 +37,7 @@ export enum ProcedureName {
   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',