refactor(simulator): cleanup id tags cache namespace
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index aa9a1b7a200f9a32be746236f5b6f0c3d495cda9..0cd0e45f1e49707de532e5adab330ba3878c01f2 100644 (file)
@@ -67,6 +67,7 @@ export type ChargingStationTemplate = {
   ocppPersistentConfiguration?: boolean;
   stationInfoPersistentConfiguration?: boolean;
   wsOptions?: WsOptions;
+  // FIXME: rename to idTagFile
   authorizationFile?: string;
   baseName: string;
   nameSuffix?: string;