feat: add performance statistics to UI protocol
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index 3eccd2581deb7fbc23c1fce1ce9a54856b7a7193..8d8a83c3586549c074e4e4b1feeff5cf905d6b98 100644 (file)
@@ -1,17 +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 {
   canProceedChargingProfile,
   checkChargingStation,
+  getConnectorChargingProfiles,
   getIdTagsFile,
   hasFeatureProfile,
   hasReservationExpired,
   prepareChargingProfileKind,
   removeExpiredReservations,
-  resetConnectorStatus,
-} from './Helpers';
+  resetConnectorStatus
+} from './Helpers.js'