Legacy push interface (§4). Implemented by the data-demander platform and called by the charging operator when device status changes.
curl --request PUT \
--url https://api.telluspower.example.com/v1/customer/notification_stationStatus \
--header 'Content-Type: application/json' \
--data '
{
"ChargeBoxId": "<string>",
"CreateTime": "<string>",
"Type": "DC",
"Power": 2,
"Longitude": 0,
"Latitude": 0,
"Connectors": [
{
"ConnectorId": 1,
"Status": "Available"
}
]
}
'{
"Status": "Accept"
}Documentation Index
Fetch the complete documentation index at: https://developers.telluspowergroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Legacy roaming-style charge-point representation.
Unique device code.
64ISO 8601 format.
DC, AC Maximum power (kW).
x >= 1-180 <= x <= 180-90 <= x <= 901Show child attributes
Push acknowledged.
Accept, Reject curl --request PUT \
--url https://api.telluspower.example.com/v1/customer/notification_stationStatus \
--header 'Content-Type: application/json' \
--data '
{
"ChargeBoxId": "<string>",
"CreateTime": "<string>",
"Type": "DC",
"Power": 2,
"Longitude": 0,
"Latitude": 0,
"Connectors": [
{
"ConnectorId": 1,
"Status": "Available"
}
]
}
'{
"Status": "Accept"
}