Skip to content

OCPP ChangeConfiguration with custom key is broken #49

Closed
@gregorschatz

Description

@gregorschatz

OPERATIONS > Change Configuration >
Key Type: Custom
Custom Configuration Key: is not used

It seems to be ocpp/task/ChangeConfigurationTask.java
.withKey(params.getConfKey())
needs to be
.withKey(params.getKey())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions