X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Findex.ts;h=8d8a83c3586549c074e4e4b1feeff5cf905d6b98;hb=b5977da89e7a5d292b060c7af75802ee207eb2cc;hp=0d15d676495b35fe070171ecc675ac34074477d4;hpb=08b58f0020986c0ad1b55e562aaf325a47b9d58c;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index 0d15d676..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 './ConfigurationKeyUtils'; + setConfigurationKeyValue +} from './ConfigurationKeyUtils.js' export { - getIdTagsFile, + canProceedChargingProfile, checkChargingStation, - resetConnectorStatus, + getConnectorChargingProfiles, + getIdTagsFile, hasFeatureProfile, -} from './Helpers'; + hasReservationExpired, + prepareChargingProfileKind, + removeExpiredReservations, + resetConnectorStatus +} from './Helpers.js'