zach401 / acnportal

Research tools for the Adaptive Charging Network
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

Update UnplugEvent to contain an EV object instead of session_id and … #88

Closed zach401 closed 3 years ago

zach401 commented 3 years ago

…station_id.

UnplugEvent should contain an EV object so that it can properly handle if the EV object is updated throughout the life of the session.

Currently, UnplugEvent contained the session_id and station_id for the EV, but this does not handle the case when the station is updated.