lorenzodonini / ocpp-go

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

OCPP1.6: correct field name in SetChargingProfile #25

Closed guelfey closed 4 years ago

guelfey commented 4 years ago

Section 6.43 of the spec pretty clearly states that the field name is "csChargingProfiles".

cc @frzifus @gq0

lorenzodonini commented 4 years ago

Hey, I just double-checked the specs and you're right. Thanks a lot for the catch.

I'll take a look at the travis pipeline and merge this later today.

lorenzodonini commented 4 years ago

Pipeline for PRs fails due to travis not passing secrets. I'm updating the .travis.yml in a separate branch to avoid this in the future.

Anyways, merged.