feat: set supervision url through the UI protocol
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 204051613d3305664fb808f42c5c66a70854ee1a..e7635b2e59167f3a3b48b51e9c2eed944700ff1b 100644 (file)
@@ -36,6 +36,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',