Skip to main content

DcChargingPole

nameName (string)required

The name of the device itself. This value will be used as the asset ID in the rest of the API.

collectorCollector (string)required

The name of the collector to which this device is connected.

typeType (string)
Constant value: dc_charging_pole
Default value: dc_charging_pole
max_powerMax Power (integer)required

The maximum power in Watt for the charging pole itself / connection to the charging pole.

DcChargingPole
{
"name": "LR34_001",
"collector": "main_collector",
"type": "dc_charging_pole",
"max_power": 250000
}