Move hashId to stationInfo
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 9a88d17266dfdc4dceeab44930e5732e2109ad75..11eea6e66d28b79ccf3fab437725b50bd2d696da 100644 (file)
@@ -51,7 +51,6 @@ export class MessageChannelUtils {
     chargingStation: ChargingStation
   ): ChargingStationData {
     return {
-      hashId: chargingStation.hashId,
       stationInfo: chargingStation.stationInfo,
       stopped: chargingStation.stopped,
       bootNotificationResponse: chargingStation.bootNotificationResponse,