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

Config option to specify MessageTypesDiscardForQueueing #765

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Implemented feature and additional config option in addtion to QueueA…

    …llMessages. A new config option MessageTypesDiscardForQueueing has been introduced. It is a comma seperated list of message types that shall not be queued (when offline) even in case QueueAllMessages is true. If QueueAllMessages is false, the configuration of this paramater has no effect. The message queue will discard all message type listed as part of this value except for transaction-related message types. This feature has been implemented for OCPP1.6 and OCPP2.0.1
    
    Signed-off-by: pietfried <[email protected]>
    Pietfried committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3de6729 View commit details
    Browse the repository at this point in the history