lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
250 stars 109 forks source link

Bug with validation for connectorId of GetCompositeSchedule.conf #275 #276

Open initialed85 opened 1 month ago

initialed85 commented 1 month ago

The validation code GetCompositeSchedule.conf requires that connectorId is > 0 but I believe the spec permits >= 0.

PR for the fix: https://github.com/lorenzodonini/ocpp-go/pull/275