feat: untangle add charging station op from start charging station op
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index b202225586685306df379e6050cfa6b0a4d58b5f..f16b793d55297b31d2c6661a01670167442c93c7 100644 (file)
@@ -11,20 +11,21 @@ export { Configuration } from './Configuration.js'
 export { Constants } from './Constants.js'
 export {
   handleFileException,
+  handleSendMessageError,
   handleUncaughtException,
   handleUnhandledRejection,
-  handleSendMessageError,
   setDefaultErrorParams
 } from './ErrorUtils.js'
 export { watchJsonFile } from './FileUtils.js'
 export {
+  buildAddedMessage,
+  buildChargingStationDataPayload,
   buildPerformanceStatisticsMessage,
-  buildUpdatedMessage,
   buildStartedMessage,
-  buildStoppedMessage
+  buildStoppedMessage,
+  buildUpdatedMessage
 } from './MessageChannelUtils.js'
 export {
-  isAsyncFunction,
   JSONStringifyWithMapSupport,
   clone,
   convertToBoolean,
@@ -41,6 +42,7 @@ export {
   getRandomInteger,
   getWebSocketCloseEventStatusString,
   isArraySorted,
+  isAsyncFunction,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,