SmartFlexChargingSession
Fields
The cost for the charge added during a charging session.
The charging session dispatch.
The end time of a charging session.
The energy added during a charging session.
Charging problem(s) encountered during the session due to an error or truncation.
The start time of a charging session.
The change in state of charge during a charging session. The value will be between 0 and 100, if not null.
The final state of charge after a charging session. The value will be between 0 and 100, if not null.
The target type for a user's preferences.
The type of charge, i.e. SMART or BOOST.
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
{
"cost": Money,
"dispatches": [SmartFlexDispatch],
"end": "2014-05-27T02:02:18.623542+00:00",
"energyAdded": Energy,
"problems": SmartFlexChargingError,
"start": "2002-06-06T03:17:20.997275+00:00",
"stateOfChargeChange": "1.0",
"stateOfChargeFinal": "1.0",
"targetType": "ABSOLUTE_STATE_OF_CHARGE",
"type": "SMART"
}