SlacStatusUpdateΒΆ

Topic: josev/cs. Used by Slac service to inform the CS that there is an ongoing matching process

type

object

properties

  • id

type

string

format

uuid

  • name

const

slac_status

  • type

const

update

  • data

type

object

properties

  • evse_id

type

string

  • run_id

type

string

  • status

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"
    }
}