OCPP Version
OCPP2.0.1
Describe the bug
libocpp/lib/ocpp/v201/smart_charging.cpp
Func in SmartChargingHandler::validate_tx_default_profile
auto profiles = evse_id == 0 ? get_evse_specific_tx_default_profiles() : get_station_wide_tx_default_profiles();
I think there may be a problem with this expression.
Replace with the following:
auto profiles = evse_id != 0 ...
To Reproduce
No response
Anything else?
No response