From c76d7c1b81d83af8e9ff498fdcbaefc692e6f134 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 23 Aug 2022 16:09:39 +0200 Subject: [PATCH] Add boot notification response to the UI command listChargingStations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/MessageChannelUtils.ts | 1 + 1 file changed, 1 insertion(+) 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()), }; } -- 2.34.1