X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FMessageChannelUtils.ts;h=e2a7b0b40db6f3ed246ac3d34e59979bea7eb690;hb=cdbdcaebf6bf64acd95020ab1028a16a53f8308b;hp=28172461a6895774d6f2c0651849bce039e6754c;hpb=89b7a234c161f2c68b6a9499ff698488e1a35c6b;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/MessageChannelUtils.ts b/src/charging-station/MessageChannelUtils.ts index 28172461..e2a7b0b4 100644 --- a/src/charging-station/MessageChannelUtils.ts +++ b/src/charging-station/MessageChannelUtils.ts @@ -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()), }; }