v1

latestOpenAPI 3.0.02026-07-24176225227.9 KB
Delayed

Create delayed schedule

Creates a new delayed schedule in the charger's scheduling state. This is a one-off schedule that delays charging up until the specified time.

post/api/chargers/{chargerId}/schedules/delayed

Path parameters

chargerIdstring required

Request body

enabledboolean

Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.

timezonestring

IANA timezone identifier of timezone to use for the schedule.

startTimestring time nullable

Start time of the charging schedule.

maximumAmpsinteger

The maximum electrical current in amperes available to the vehicle throughout the charging schedule.

Response

enabledboolean

Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.

timezonestring

IANA timezone identifier of timezone to use for the schedule.

startTimestring time

Start time of the charging schedule.

maximumAmpsinteger

The maximum electrical current in amperes available to the vehicle throughout the charging schedule.