X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Findex.ts;h=8d8a83c3586549c074e4e4b1feeff5cf905d6b98;hb=ba9a56a613727d96757690a8b52af6731f3fd8a8;hp=2823c1e263b8f951d236a3860872f94385506f9e;hpb=d8093be156ab575dbd44546ef4646a6338a27358;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index 2823c1e2..8d8a83c3 100644 --- a/src/charging-station/index.ts +++ b/src/charging-station/index.ts @@ -1,13 +1,18 @@ -export { Bootstrap } from './Bootstrap'; -export type { ChargingStation } from './ChargingStation'; +export { Bootstrap } from './Bootstrap.js' +export type { ChargingStation } from './ChargingStation.js' export { addConfigurationKey, getConfigurationKey, - setConfigurationKeyValue, -} from './ChargingStationConfigurationUtils'; + setConfigurationKeyValue +} from './ConfigurationKeyUtils.js' export { - getIdTagsFile, + canProceedChargingProfile, checkChargingStation, - resetConnectorStatus, + getConnectorChargingProfiles, + getIdTagsFile, hasFeatureProfile, -} from './ChargingStationUtils'; + hasReservationExpired, + prepareChargingProfileKind, + removeExpiredReservations, + resetConnectorStatus +} from './Helpers.js'