Add WebSocket connection close and open support to the UI protocol
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 28172461a6895774d6f2c0651849bce039e6754c..e2a7b0b40db6f3ed246ac3d34e59979bea7eb690 100644 (file)
@@ -54,6 +54,7 @@ export class MessageChannelUtils {
       hashId: chargingStation.hashId,
       stationInfo: chargingStation.stationInfo,
       stopped: chargingStation.stopped,
+      bootNotificationResponse: chargingStation.bootNotificationResponse,
       connectors: Array.from(chargingStation.connectors.values()),
     };
   }