Reset¶
ResetRequest¶
Topic: josev/cs. Used to reset a charging station or EVSE  | 
|||
type  | 
object  | 
||
properties  | 
|||
  | 
type  | 
string  | 
|
format  | 
uuid  | 
||
  | 
const  | 
reset  | 
|
  | 
const  | 
request  | 
|
  | 
type  | 
object  | 
|
properties  | 
|||
  | 
type  | 
string  | 
|
Example:
{
    "id": "86bfba63-a44f-40cc-8b4b-dc4c9d771e52",
    "name": "reset",
    "type": "request",
    "data": {
        "evse_id": "DE*SEV*E123456789", # [Optional]
    },
}
ResetResponse¶
Topic: cs/josev. Response from the CS for a reset_request  | 
|||
type  | 
object  | 
||
properties  | 
|||
  | 
type  | 
string  | 
|
format  | 
uuid  | 
||
  | 
const  | 
reset  | 
|
  | 
const  | 
response  | 
|
  | 
type  | 
object  | 
|
properties  | 
|||
  | 
enum  | 
accepted, rejected  | 
|
Example:
{
    "id": "86bfba63-a44f-40cc-8b4b-dc4c9d771e52",
    "name": "reset",
    "type": "response",
    "data": {
        "status": "accepted", # rejected
    },
}