Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading ChargingProfiles into memory when ChargePoint is constructed #738

Merged
merged 1 commit into from
Aug 16, 2024

Commits on Aug 8, 2024

  1. Moved loading of charging profiles from database into memory into con…

    …structor. Before that, this function was inside the start() function of the ChargePoint. If the libocpp consumer requested the composite schedule before the start() function is called, existing profiles were not used.
    
    Signed-off-by: pietfried <[email protected]>
    Pietfried committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45ca0e3 View commit details
    Browse the repository at this point in the history