X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2FChargingStation.ts;h=b0ca0117c6b2da7eedec99fa278652d13aab497a;hb=2f79b4478e28ed922581029adf341210da6149b4;hp=b92626a038f4fff90326398c6398e09120fcae97;hpb=37486900e65f2affcc62a92726d9d7ca806a8725;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index b92626a0..b0ca0117 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -479,6 +479,7 @@ export default class ChargingStation { private initialize(): void { this.stationInfo = this.buildStationInfo(); this.configuration = this.getTemplateChargingStationConfiguration(); + delete this.stationInfo.Configuration; this.bootNotificationRequest = { chargePointModel: this.stationInfo.chargePointModel, chargePointVendor: this.stationInfo.chargePointVendor,