ocpp-messages
Version:
TypeScript definitions for Open Charge Point Protocol (OCPP)
21 lines (20 loc) • 441 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "SendLocalListResponse",
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"Accepted",
"Failed",
"NotSupported",
"VersionMismatch"
]
}
},
"additionalProperties": false,
"required": [
"status"
]
}