lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChargingProfileStatus NotImplemented should be NotSupported

heavyweight87 opened this issue · 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.