refactor: only copy assets used at runtime in the bundle
[e-mobility-charging-stations-simulator.git] / src / utils / MessageChannelUtils.ts
index 06054d5e80ef3d2787831c0210b6a9e161ff2d1a..3fcdbb20921f1135db9c1dd0c3f8024f6f90668a 100644 (file)
@@ -60,7 +60,7 @@ export class MessageChannelUtils {
       started: chargingStation.started,
       stationInfo: chargingStation.stationInfo,
       connectors: buildConnectorsStatus(chargingStation),
-      evses: buildEvsesStatus(chargingStation, OutputFormat.ipc),
+      evses: buildEvsesStatus(chargingStation, OutputFormat.worker),
       ocppConfiguration: chargingStation.ocppConfiguration,
       wsState: chargingStation?.wsConnection?.readyState,
       bootNotificationResponse: chargingStation.bootNotificationResponse,