Skip to main content

Get a timeseries of charger states

x-ms-visibility: "important"

Retrieve a time series of charger states.

Query Parameters
    from date-time

    Start timestamp for the period to be fetched. Default: 7 days ago.

    to date-time

    End timestamp for the period to be fetched. Default: Now.

Responses

Time series of charger states.


Schema
    states object[]
  • Array [
  • timestamp date-time
    available int64
    offline int64
    error int64
    info int64
    charging int64
    suspendedCAR int64
    suspendedCharger int64
    preparing int64
    reserved int64
    finishing int64
    booting int64
    unavailable int64
    total int64
  • ]
Loading...