(HLC) High Level Communication Charging¶
HlcChargingUpdate¶
Topics: josev/cs and iso15118/ocpp. Used to indicate that we are under a 15118 session and not a Basic Charging one. |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
format |
uuid |
||
|
const |
hlc_charging |
|
|
const |
update |
|
|
type |
object |
|
properties |
|||
|
type |
string |
|
|
type |
boolean |
Example:
{
"id": "8351e93e-c4f7-4b89-bb0b-d3965ccc4e04",
"name": "hlc_charging",
"type": "update",
"data": {
"evse_id": "DE*SEV*E123456789",
"status": True # or False
}
}