SLAC Data Link¶
Description.
- Commands to request slac to terminate, pause or resume the datalink.
Note
Pause is done by terminating the data link, but saving the NMK and NID.
Resume can only be done if pause was requested before i.e. NMK and NID from the previous session were saved.
SlacDataLinkUpdate¶
Topic: iso15118/slac. Used by Slac Service to command request slac to terminate, pause or resume the datalink. |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
format |
uuid |
||
|
const |
slac_data_link |
|
|
const |
update |
|
|
type |
object |
|
properties |
|||
|
type |
string |
|
|
enum |
pause, terminate, resume |
Example:
{
"id": "a504f1cd-2ae0-46cf-a93c-736a28723478",
"name": "slac_data_link",
"type": "update",
"data": {
"evse_id": "DE*SEV*E123456789",
"action": "pause" # or "terminate", "resume"
}
}