README.md: refine UI protocol documentation
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 6e37885b1f8d0e7e7a5ea14e3c3f2955fd220402..e2a7b0b40db6f3ed246ac3d34e59979bea7eb690 100644 (file)
@@ -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()),
     };
   }