Skip to content

Commit 755de2b

Browse files
Change is not required
Signed-off-by: Matthias Suess <matthias.suess@mail.nidec.com>
1 parent 8bb03d4 commit 755de2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/ocpp/v16/charge_point_impl.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -2017,11 +2017,6 @@ void ChargePointImpl::handleTriggerMessageRequest(ocpp::Call<TriggerMessageReque
20172017
valid = false;
20182018
}
20192019

2020-
if (this->connection_state = ChargePointConnectionState::Pending) {
2021-
EVLOG_debug << "Set connection_state from pending to accepted";
2022-
this->connection_state = ChargePointConnectionState::Booted;
2023-
}
2024-
20252020
ocpp::CallResult<TriggerMessageResponse> call_result(response, call.uniqueId);
20262021
this->send<TriggerMessageResponse>(call_result);
20272022

0 commit comments

Comments
 (0)