X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=5fedbc57e20ab849439f4628c28390b4433015f5;hb=f223daa52d37f83d11ef1b4b6864eb8b549652a4;hp=a09ae0a53719337c6511df19882c74e842e5d782;hpb=fcda9151b9eb6d13f06f7a5db45c89a77bda9eb8;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index a09ae0a5..5fedbc57 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -5,12 +5,12 @@ export { buildEvsesStatus, OutputFormat } from './ChargingStationConfigurationUtils.js' -export { CircularArray } from './CircularArray.js' export { Configuration } from './Configuration.js' export { Constants } from './Constants.js' export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js' export { handleFileException, + handleIncomingRequestError, handleSendMessageError, handleUncaughtException, handleUnhandledRejection, @@ -20,7 +20,6 @@ export { watchJsonFile } from './FileUtils.js' export { logger } from './Logger.js' export { buildAddedMessage, - buildChargingStationDataPayload, buildDeletedMessage, buildPerformanceStatisticsMessage, buildStartedMessage,