lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

feat(spec): Don't omit empty string Values #88

Closed michaelbeaumont closed 3 years ago

michaelbeaumont commented 3 years ago

To omit a value means the key is known but not set whereas an empty string may have a semantic value.

lorenzodonini commented 3 years ago

Tricky one, never considered having an empty string in a configuration key. Merged.