Skip to main content

Fields

achievableStateOfCharge : Decimal! required

The state of charge (in percent) that was possible, given the truncation.

originalAchievableStateOfCharge : Decimal! required

The state of charge (in percent) that could have been achieved, if not for truncation of the charging session.

truncationCause : SmartFlexChargingTruncationCause! required

The cause for the truncation of a charging session.

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

{ "achievableStateOfCharge": "1.0", "originalAchievableStateOfCharge": "1.0", "truncationCause": "DISCONNECTED" }