From: Jérôme Benoit Date: Tue, 23 Aug 2022 14:09:39 +0000 (+0200) Subject: Add boot notification response to the UI command listChargingStations X-Git-Tag: v1.1.66~24 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c76d7c1b81d83af8e9ff498fdcbaefc692e6f134;p=e-mobility-charging-stations-simulator.git Add boot notification response to the UI command listChargingStations Signed-off-by: Jérôme Benoit --- 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()), }; }