X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FMessageChannelUtils.ts;h=e2a7b0b40db6f3ed246ac3d34e59979bea7eb690;hb=cdbdcaebf6bf64acd95020ab1028a16a53f8308b;hp=6e37885b1f8d0e7e7a5ea14e3c3f2955fd220402;hpb=32de5a575189d226213641f5ee36004f8454cb50;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/MessageChannelUtils.ts b/src/charging-station/MessageChannelUtils.ts index 6e37885b..e2a7b0b4 100644 --- a/src/charging-station/MessageChannelUtils.ts +++ b/src/charging-station/MessageChannelUtils.ts @@ -53,6 +53,8 @@ export class MessageChannelUtils { return { hashId: chargingStation.hashId, stationInfo: chargingStation.stationInfo, + stopped: chargingStation.stopped, + bootNotificationResponse: chargingStation.bootNotificationResponse, connectors: Array.from(chargingStation.connectors.values()), }; }