TECHS-Technological-Solutions / ocpi

Python implementation of the Open Charge Point Interface (OCPI)
MIT License
49 stars 15 forks source link

Use dict type instead of list for details endpoint #40

Closed suda closed 1 year ago

suda commented 1 year ago

As per OCPI documentation the version detail data should contain an object (not a list) that has version and endpoints properties.