Align 'started' attribute usage to all classes
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 9a88d17266dfdc4dceeab44930e5732e2109ad75..e87cdbc0b6cbaa4d326cd55e79a10b5a46bc872a 100644 (file)
@@ -51,9 +51,8 @@ export class MessageChannelUtils {
     chargingStation: ChargingStation
   ): ChargingStationData {
     return {
-      hashId: chargingStation.hashId,
       stationInfo: chargingStation.stationInfo,
-      stopped: chargingStation.stopped,
+      started: chargingStation.started,
       bootNotificationResponse: chargingStation.bootNotificationResponse,
       connectors: [...chargingStation.connectors.values()].map(
         // eslint-disable-next-line @typescript-eslint/no-unused-vars