Skip to main content

ConnectorMapPoint

Simplified connector representation for map rendering

uidstring

Unique identifier for the connector. Used to fetch full connector details.

power_typestring

Type of power (AC or DC). Used for filtering and display.

statusstring

Current operational status. For example: AVAILABLE, CHARGING, OUTOFORDER.

is_enabledboolean

Whether the connector is enabled for use. Disabled connectors cannot start new sessions.

is_publishedboolean

Whether the connector should be shown on maps. Unpublished connectors are hidden from public views.

onlineboolean

Whether the connector is currently online (null if not supported). Indicates real-time connectivity status.

ConnectorMapPoint
{
"uid": "string",
"power_type": "string",
"status": "string",
"is_enabled": true,
"is_published": true,
"online": true
}