Skip to content

Commit

Permalink
replace chargingProfile with ocpp-conform csChargingProfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Röhr committed Sep 14, 2018
1 parent 32747c0 commit 5fe3284
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ public void sendSendLocalListRequest(int listVersion, UpdateType updateType) thr
send(request);
}

public void sendSetChargingProfileRequest(Integer connectorId, ChargingProfile chargingProfile) throws Exception {
SetChargingProfileRequest request = new SetChargingProfileRequest(connectorId, chargingProfile);
public void sendSetChargingProfileRequest(Integer connectorId, ChargingProfile csChargingProfiles) throws Exception {
SetChargingProfileRequest request = new SetChargingProfileRequest(connectorId, csChargingProfiles);
send(request);
}

Expand Down

0 comments on commit 5fe3284

Please sign in to comment.