We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b3521 commit 0849ca4Copy full SHA for 0849ca4
include/ocpp/v201/charge_point.hpp
@@ -196,7 +196,7 @@ class ChargePointInterface {
196
const TriggerReasonEnum trigger_reason = TriggerReasonEnum::ChargingStateChanged) = 0;
197
198
/// \brief Gets the transaction id for a certain \p evse_id if there is an active transaction
199
- /// \param evse_id The evse to tet the transaction for
+ /// \param evse_id The evse to get the transaction for
200
/// \return The transaction id if a transaction is active, otherwise nullopt
201
virtual std::optional<std::string> get_evse_transaction_id(int32_t evse_id) = 0;
202
0 commit comments