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_poleDefault value:
dc_charging_polemax_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
}