feat(ui): add set supervision url action
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / UIProtocol.ts
index 9e7a71a8d4cb43ac93c758e863afed30eba3abaf..afc55b03069540e6f7a48b7e86dec88f4cea1291 100644 (file)
@@ -31,6 +31,7 @@ export enum ProcedureName {
   LIST_CHARGING_STATIONS = 'listChargingStations',
   ADD_CHARGING_STATIONS = 'addChargingStations',
   DELETE_CHARGING_STATIONS = 'deleteChargingStations',
+  SET_SUPERVISION_URL = 'setSupervisionUrl',
   START_CHARGING_STATION = 'startChargingStation',
   STOP_CHARGING_STATION = 'stopChargingStation',
   OPEN_CONNECTION = 'openConnection',