refactor: cleanup reservation check condition
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index 7e992fe2d1d91cd273325e4a63830b5691dffc82..0d15d676495b35fe070171ecc675ac34074477d4 100644 (file)
@@ -4,5 +4,10 @@ export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ChargingStationConfigurationUtils';
-export { getIdTagsFile, checkChargingStation, resetConnectorStatus } from './ChargingStationUtils';
+} from './ConfigurationKeyUtils';
+export {
+  getIdTagsFile,
+  checkChargingStation,
+  resetConnectorStatus,
+  hasFeatureProfile,
+} from './Helpers';