X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Findex.ts;h=1a5f955f52011ae05e8979f81ba9e3614d42964f;hb=HEAD;hp=ed055a8d830b94cf878210c64e2e30c57a670e35;hpb=6fc0c6f3db444377c0fdea238183a14823278046;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index ed055a8d..1a5f955f 100644 --- a/src/charging-station/index.ts +++ b/src/charging-station/index.ts @@ -1,10 +1,10 @@ -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 { canProceedChargingProfile, checkChargingStation, @@ -14,5 +14,6 @@ export { hasReservationExpired, prepareChargingProfileKind, removeExpiredReservations, - resetConnectorStatus, -} from './Helpers'; + resetAuthorizeConnectorStatus, + resetConnectorStatus +} from './Helpers.js'