Skip to main content

chargerObj

Charger object returned by the API

chargerIdstring<uuid>
Example: 81edf463-cd5f-4a3f-9066-31fcea3eb302
namestring

Human readable charger name

Example: Rebeccas Charger
siteIdstring

Identifier of the site the charger belongs to

Example: site-001
statusstring

Hardware status of the charger

Example: active
networkStatusnetworkStatus (string)

Charger hardware network status

Possible values: [never connected, connected, disconnected]

Example: connected
maxPowerKwnumber

Max power (in kW) the charger can operate

Example: 7.4
connectors object[]

Array of connectors available for the charger

  • Array [
  • typestring

    Connector type

    formatconnectorFormat (string)

    Connector physical interface format

    Possible values: [socket, cable]

  • ]
  • chargeStatesessionStates (string)

    Charge session current state

    Possible values: [idle, starting, charging, completed, error]

    Example: charging
    modelstring

    Charger hardware model

    Example: CORD ZERO
    manufacturerstring

    Charger hardware manufacturer

    Example: CORD
    serialNumberstring

    Charger hardware serial number

    Example: GFJS456572
    firmwareVersionstring

    Current firmware version of charger hardware

    Example: 1.0.7
    createdAtstring<datetime>
    Example: 2023-12-12T14:00:00.000Z
    lastUpdatedAtstring<datetime>
    Example: 2022-12-12T14:23:22.000Z
    chargerObj
    {
    "chargerId": "81edf463-cd5f-4a3f-9066-31fcea3eb302",
    "name": "Rebeccas Charger",
    "siteId": "site-001",
    "status": "active",
    "networkStatus": "connected",
    "maxPowerKw": 7.4,
    "connectors": [
    {
    "type": "string",
    "format": "socket"
    }
    ],
    "chargeState": "charging",
    "model": "CORD ZERO",
    "manufacturer": "CORD",
    "serialNumber": "GFJS456572",
    "firmwareVersion": "1.0.7",
    "createdAt": "2023-12-12T14:00:00.000Z",
    "lastUpdatedAt": "2022-12-12T14:23:22.000Z"
    }