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

Implemented Set Charging Profile API #44

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Jun 5, 2024

  1. Added logs to trace logs

    louisg1337 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2215fa6 View commit details
    Browse the repository at this point in the history
  2. Added in slog import

    louisg1337 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ced0553 View commit details
    Browse the repository at this point in the history
  3. Added more logs

    louisg1337 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    42c5313 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba0f2f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb5e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    227840a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea2298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bad7f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40bb05d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46182ff View commit details
    Browse the repository at this point in the history
  8. changed the logs

    louisg1337 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6af2e28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81c8d8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9c3fd8 View commit details
    Browse the repository at this point in the history
  11. Fixed the typing so that we now use their types they defined, and got…

    … it to work with the current code I have. Also added in a few new structs to handle the request/response of the call, and started working on the handler function to deal with the response
    louisg1337 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    27bed61 View commit details
    Browse the repository at this point in the history
  12. Added our request into the callmaker actions so it won't error. Also …

    …fixed up a cyclic import bug
    louisg1337 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6df4a80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd4dad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Added more context to how we can deal with the EVerest response to se…

    …tChargingProfile if we needed to
    louisg1337 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ff3999a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1b3f432 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Added in work around for setChargingProfile so that we give EVerest d…

    …ata with lowercase values
    louisg1337 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e55f24e View commit details
    Browse the repository at this point in the history
  2. added in new log

    louisg1337 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e665a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c22c88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0269ebd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    385a173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c053e51 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9d9a3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b42be9 View commit details
    Browse the repository at this point in the history