Skip to main content
API

Update Charger info

x-ms-visibility: "important"

Use this to update charger info in the system

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

Request Body
    chargerName string
    locationInfo object
    latitude double
    longitude double
    streetAddress string nullable
    streetNumber string
    houseLetter string nullable
    postalNumber string
    city string nullable
    area string nullable
    country string nullable
    pushIntegrationEnabled boolean nullable
    chargerSpecificMessageStructure boolean nullable
    sockets object[]
  • Array [
  • type string
    maxPower string

    Deprecated

    status string
    name string
    id int32
    format string
    socketPowerType string
    maxWatts int32 nullable
    maxVoltage int32 nullable
    maxAmperage int32 nullable
    termsAndConditions uri
  • ]
  • evseId string

    Syntax according to eMI3 standard, for example: FRA23E45B*78C

    splitEvseBySocket boolean

    Default value: false

    if false, EVSE UID = chargerId; if true, EVSE UID = chargerId + socketId

    capabilities string[]
    physicalReference string
    integrationRelays string[]
    customProperties object
    property name* string
Responses

Returns the ok message with chargerId


Schema

    string

Loading...