diff --git a/include/ocpp/v201/smart_charging.hpp b/include/ocpp/v201/smart_charging.hpp index e92975d905..1b7ad4ba50 100644 --- a/include/ocpp/v201/smart_charging.hpp +++ b/include/ocpp/v201/smart_charging.hpp @@ -69,7 +69,7 @@ class SmartChargingHandler { ProfileValidationResultEnum validate_profile_schedules(const ChargingProfile& profile) const; /// - /// \brief Adds a given \p profile to our stored list of profiles + /// \brief Adds a given \p profile and associated \p evse_id to our stored list of profiles /// void add_profile(int32_t evse_id, ChargingProfile& profile);