feat: add addChargingStations command to UI API
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 13da330efc3094f2c117d067e9e787cc02fd9c6e..265f376028f83692acb4be9e32497fb93efa7995 100644 (file)
@@ -32,6 +32,7 @@ export enum ProcedureName {
   STOP_SIMULATOR = 'stopSimulator',
   LIST_TEMPLATES = 'listTemplates',
   LIST_CHARGING_STATIONS = 'listChargingStations',
+  ADD_CHARGING_STATIONS = 'addChargingStations',
   START_CHARGING_STATION = 'startChargingStation',
   STOP_CHARGING_STATION = 'stopChargingStation',
   OPEN_CONNECTION = 'openConnection',