|
@@ -585,6 +585,10 @@ void checkCompositeSchedule(uint8_t connectorId, uint32_t durationReq, struct St
|
|
|
defaultTxProfile.ChargingProfileId = -1;
|
|
|
txProfile.ChargingProfileId = -1;
|
|
|
|
|
|
+ maxProfile.ChargingSchedule.Duration = -1;
|
|
|
+ defaultTxProfile.ChargingSchedule.Duration = -1;
|
|
|
+ txProfile.ChargingSchedule.Duration = -1;
|
|
|
+
|
|
|
system("yes|rm /tmp/*.json");
|
|
|
system("cp /Storage/OCPP/*.json /tmp");
|
|
|
|