vehicles

Update repeating plans

Updates the repeating charging plan.

post/vehicles/{name}/plan/repeating

Path parameters

namestring required
Example:vehicle_1

Vehicle name

Request body

activeboolean

Set plan active.

socnumber

SOC in %

timestring HH:MM

Time in HH:MM format

tzstring

Timezone in IANA format

weekdaysinteger[]

The Weekdays

Example request

[
  {
    "soc": 60,
    "time": "12:30",
    "tz": "Europe/Berlin",
    "weekdays": [
      1,
      3,
      4
    ]
  }
]

Response

Success

activeboolean

Set plan active.

socnumber

SOC in %

timestring HH:MM

Time in HH:MM format

tzstring

Timezone in IANA format

weekdaysinteger[]

The Weekdays

Example response

[
  {
    "soc": 60,
    "time": "12:30",
    "tz": "Europe/Berlin",
    "weekdays": [
      1,
      3,
      4
    ]
  }
]

Changes