SmartFlexVehicleChargingPreferences
The user's preferences for charging, e.g. target SoC (State of Charge).
Fields
The maximum SoC (percentage).
The minimum SoC (percentage).
The target SoC to achieve on a weekday (percentage).
The time at which the target SoC should be achieved on a weekday.
The target SoC to achieve on a weekend (percentage).
The time at which the target SoC should be achieved on a weekend.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"maximumSoc": 95,
"minimumSoc": 49,
"weekdayTargetSoc": 11,
"weekdayTargetTime": "10:16:56.363970",
"weekendTargetSoc": 8,
"weekendTargetTime": "07:31:16.062308"
}