Add boot notification response to the UI command listChargingStations
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Aug 2022 14:09:39 +0000 (16:09 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Aug 2022 14:09:39 +0000 (16:09 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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()),
     };
   }