Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Heimpold <michael.heimpold@chargebyte.com>
  • Loading branch information
mhei committed Jun 5, 2024
1 parent 4bc87f4 commit b6d9e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/SatelliteController/evse_manager/evse_managerImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class evse_managerImpl : public evse_managerImplBase {
protected:
// command handler functions (virtual)
virtual types::evse_manager::Evse handle_get_evse() override;
virtual bool handle_enable(int& connector_id) override;
virtual bool handle_disable(int& connector_id) override;
virtual bool handle_enable_disable(int& connector_id,
types::evse_manager::EnableDisableSource& cmd_source) override;
virtual void handle_authorize_response(types::authorization::ProvidedIdToken& provided_token,
types::authorization::ValidationResult& validation_result) override;
virtual void handle_withdraw_authorization() override;
Expand Down

0 comments on commit b6d9e3e

Please sign in to comment.