From 07d6ece1c8cc98ebc3c18f67ac5377fbcc3bc36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piet=20G=C3=B6mpel?= <37657534+Pietfried@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:35:56 +0100 Subject: [PATCH] Update lib/ocpp/v16/charge_point_impl.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piet Gömpel <37657534+Pietfried@users.noreply.github.com> --- lib/ocpp/v16/charge_point_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ocpp/v16/charge_point_impl.cpp b/lib/ocpp/v16/charge_point_impl.cpp index 12b745e60..07fc23f8c 100644 --- a/lib/ocpp/v16/charge_point_impl.cpp +++ b/lib/ocpp/v16/charge_point_impl.cpp @@ -2372,7 +2372,7 @@ void ChargePointImpl::handleClearChargingProfileRequest(ocpp::Callsmart_charging_handler->clear_all_profiles_with_filter( - call.msg.id, call.msg.connectorId, call.msg.stackLevel, call.msg.chargingProfilePurpose, false)) { + std::nullopt, call.msg.connectorId, call.msg.stackLevel, call.msg.chargingProfilePurpose, false)) { response.status = ClearChargingProfileStatus::Accepted; }