Skip to main content

DriverProfile

ac object

Defaults applied to AC charging sessions.

anyOf
expected_arrival_time objectrequired

Expected arrival time at the charging location

anyOf
string
requested_min_energyRequested Min Energy (integer)required

Requested minimum energy in Wh

requested_max_energyRequested Max Energy (integer)required

Requested maximum energy in Wh

estimated_departure_timestring<time>required
dc object

Defaults applied to DC charging sessions.

anyOf
expected_arrival_time objectrequired

Expected arrival time at the charging location

anyOf
string
requested_min_state_of_chargeRequested Min State Of Charge (number)required

Requested minimum state of charge in percentage

Possible values: >= 0 and <= 100

requested_max_state_of_chargeRequested Max State Of Charge (number)required

Requested maximum state of charge in percentage

Possible values: >= 0 and <= 100

estimated_departure_timestring<time>required
DriverProfile
{
"ac": {
"expected_arrival_time": "string",
"requested_min_energy": 0,
"requested_max_energy": 0,
"estimated_departure_time": "string"
},
"dc": {
"expected_arrival_time": "string",
"requested_min_state_of_charge": 85.49,
"requested_max_state_of_charge": 85.49,
"estimated_departure_time": "string"
}
}