SlacStatusUpdateΒΆ
Topic: josev/cs. Used by Slac service to inform the CS that there is an ongoing matching process |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
format |
uuid |
||
|
const |
slac_status |
|
|
const |
update |
|
|
type |
object |
|
properties |
|||
|
type |
string |
|
|
type |
string |
|
|
enum |
matching, failed, matched, unmatched, basic_charging |
Example:
{
"id": "a504f1cd-2ae0-46cf-a93c-736a28723478",
"name": "slac_status",
"type": "update",
"data": {
"evse_id": "DE*SEV*E123456789",
"run_id": "0xAAD2BB1357FF0001"
"status": "matching" # or "failed", "matched", "unmatched"
}
}