Skip to main content

Fields

maximumSoc : Int

The maximum SoC (percentage).

minimumSoc : Int

The minimum SoC (percentage).

weekdayTargetSoc : Int! required

The target SoC to achieve on a weekday (percentage).

weekdayTargetTime : Time! required

The time at which the target SoC should be achieved on a weekday.

weekendTargetSoc : Int! required

The target SoC to achieve on a weekend (percentage).

weekendTargetTime : Time! required

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" }