fix: ensure the latest schedule period within the charging profile
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index 07dbe9b6cd3ae3cf53f1678f66deca8759fb7cb0..3eccd2581deb7fbc23c1fce1ce9a54856b7a7193 100644 (file)
@@ -7,12 +7,11 @@ export {
 } from './ConfigurationKeyUtils';
 export {
   canProceedChargingProfile,
-  canProceedRecurringChargingProfile,
   checkChargingStation,
   getIdTagsFile,
   hasFeatureProfile,
   hasReservationExpired,
-  prepareRecurringChargingProfile,
+  prepareChargingProfileKind,
   removeExpiredReservations,
   resetConnectorStatus,
 } from './Helpers';