UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

21 lines (20 loc) 448 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ChangeConfigurationResponse", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Accepted", "Rejected", "RebootRequired", "NotSupported" ] } }, "additionalProperties": false, "required": [ "status" ] }