Update Connector
Connectors
Update Connector
PUT
Update Connector
Updates the phase rotation and max amperage configuration for a specific connector.
string
required
The UUID of the charger.
integer
required
The OCPP connector ID.
string
required
The phase rotation configuration. Valid values for 3 phases:
RST, RTS, SRT, STR, TRS, TSR. Valid values for 2 phases: RS, RT, SR, ST, TR, TS. Valid values for 1 phase: R, S, T.integer
required
The maximum amperage for the connector. Must be at least 1 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set).
integer
The minimum charging current for the connector. Must be at least 0 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set).
integer
The manual charging speed (current limit) for the connector. Must be at least 0 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set). The values 1, 2, 3, 4, and 5 are not allowed. Setting a current limit is a smart-charging feature and requires the charger to have a Smart license.
Response
integer
The internal ID of the connector.
integer
The ID of the parent charger.
integer
The OCPP connector ID.
string
The current status of the connector. One of
Available, Charging, Faulted, Finishing, Preparing, Reserved, SuspendedEV, SuspendedEVSE, Unavailable.string
The current error code, if any.
string
Additional error information.
string
The vendor identifier.
string
A vendor-specific error code.
integer
The maximum amperage for the connector.
integer
The minimum charging current for the connector.
integer
The manual charging speed (current limit) for the connector.
string
Indicates who set the connector’s current limit. One of
api or user. Set to user when the limit is changed through this endpoint. May be null when no manual limit has been applied.integer
The maximum voltage for the connector.
string
The connector standard. One of
CHADEMO, IEC_62196_T1, IEC_62196_T2, IEC_62196_T2_COMBO, IEC_62196_T3A, IEC_62196_T3C, TESLA_S.string
The connector format. One of
CABLE, SOCKET.string
The power type. One of
AC_1_PHASE, AC_2_PHASE, AC_2_PHASE_SPLIT, AC_3_PHASE, DC.string
The phase rotation configuration.
string
ISO 8601 timestamp of when the connector was created.
string
ISO 8601 timestamp of when the connector was last updated.