SwitchEV / RISE-V2G

The only fully-featured reference implementation of the Vehicle-2-Grid communication interface ISO 15118
MIT License
217 stars 92 forks source link

Made implementation classes configurable from the respective properties file #30

Closed mrbig closed 5 years ago

mrbig commented 5 years ago

Hi,

I added a configuration property to each of the properties file that controls the implementation classes for EV/SE controller interfaces.

This way implementation classes for EV/SE side controllers could be replaced without touching the mainline code. I believe this will simplify forking and extending the project.