Closed zach401 closed 3 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.
ChargingNetwork.unplug()
session_id
LGTM
Update
ChargingNetwork.unplug()
so that it takes in asession_id
parameter. If the EV at the EVSE does not have a matchingsession_id
, then it does not unplug it.