Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EVerest/libocpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: EVerest/libocpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jc/experimental-unified-config
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 23 files changed
  • 1 contributor

Commits on Dec 8, 2025

  1. feat: New charge point configuration interface

    ChargePointConfiguration now inherits from ChargePointConfigurationInterface.
    The ChargePointConfigurationInterface implementation can be selected by the
    OCPP module in the ChargePoint constructor.
    
    Signed-off-by: James Chapman <[email protected]>
    james-ctc committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    be1d938 View commit details
    Browse the repository at this point in the history
  2. feat: added support for more set() operations

    Signed-off-by: James Chapman <[email protected]>
    james-ctc committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    745bcc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. finished initial conversion

    Signed-off-by: James Chapman <[email protected]>
    james-ctc committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    d7a3bb1 View commit details
    Browse the repository at this point in the history
  2. savepoint before holiday

    Signed-off-by: James Chapman <[email protected]>
    james-ctc committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    273f5c8 View commit details
    Browse the repository at this point in the history
Loading