Skip to content

Commit

Permalink
Add documentation about start function
Browse files Browse the repository at this point in the history
Signed-off-by: Maaike <[email protected]>
  • Loading branch information
maaikez committed Aug 11, 2023
1 parent 8f6c9fc commit ceca56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ocpp/v201/charge_point.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ class ChargePoint : ocpp::ChargingStationBase {
const std::string& message_log_path, const std::string& certs_path, const Callbacks& callbacks);

/// \brief Starts the ChargePoint, initializes and connects to the Websocket endpoint
/// \param bootreason Optional bootreason (default: PowerUp).
void start(BootReasonEnum bootreason = BootReasonEnum::PowerUp);

/// \brief Starts the websocket
Expand Down

0 comments on commit ceca56a

Please sign in to comment.