zach401 / acnportal

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

ENH: check session id before unplugging #81

Closed zach401 closed 3 years ago

zach401 commented 4 years ago

Update ChargingNetwork.unplug() so that it takes in a session_id parameter. If the EV at the EVSE does not have a matching session_id, then it does not unplug it.

sunash commented 3 years ago

LGTM