lorenzodonini/ocpp-go

ChargingProfileStatus NotImplemented should be NotSupported

heavyweight87 opened this issue · 1 comments

Hi,

We were sending status NotSupported and receiving an error. Turns out that it is incorrectly called NotImplemented: [here]

ChargingProfileStatusNotImplemented ChargingProfileStatus = "NotImplemented"
)

According to the 1.6 standard it should be NotSupported

Thanks

Nice catch, thanks!

Fixed it on master branch.