lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
262 stars 125 forks source link

Fix ChargingProfileStatus NotSupported value #162

Closed lorenzodonini closed 1 year ago

lorenzodonini commented 1 year ago

Changes the incorrect NotImplemented enum value for the ChargingProfileStatus (smartcharging profile) to the correct value NotSupported, as per official specification.

Closes #161