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

Add critical and timestamp parameters to on_security_event functions #795

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 16, 2024

  1. Add critical and timestamp parameters to on_security_event functions

    This adds "critical" and "timestamp" parameters to the on_security_event functions for OCPP 1.6 and 2.0.1
    
    Criticality is by default determined based on the 1.6 security whitepaper, but can be overwritten externally
    
    By default the current datetime is used for the timestamp, but this can also be overwritten externally (for example if the event occured earlier)
    
    Signed-off-by: Kai-Uwe Hermann <[email protected]>
    hikinggrass committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8652eac View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Bump version to 0.17.0

    Signed-off-by: Kai-Uwe Hermann <[email protected]>
    hikinggrass committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7123fd0 View commit details
    Browse the repository at this point in the history