X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Findex.ts;h=8d8a83c3586549c074e4e4b1feeff5cf905d6b98;hb=0193fdd350fa2b861631493bb2d3f857a69dda5f;hp=32417cb24557994c091b69dfd3ce0cf045361712;hpb=357a5553eba0104e7017b3d955a3ea6da0ef6a6d;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index 32417cb2..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 './Utils'; + hasReservationExpired, + prepareChargingProfileKind, + removeExpiredReservations, + resetConnectorStatus +} from './Helpers.js'