Skip to content

Commit

Permalink
Change comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
  • Loading branch information
maaikez committed Nov 15, 2024
1 parent 17fd4b4 commit 8568af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/ocpp/v201/evse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class EvseInterface {
///
/// This will search if there is a connector on this evse with status 'Available'. It will search through all
/// connectors, optionally filtering by connector type, and return on the first connector that is 'Available'. If
/// there is no 'Available' connector, it will return the status of one of the connectors.
/// there is no 'Available' connector, it will return the status of the last found connector with the given
/// connector type.
///
/// \param connector_type The connector type to filter on (optional).
/// \return Connector status. If connector type is given and does not exist, std::nullopt.
Expand Down

0 comments on commit 8568af1

Please sign in to comment.