10.3.9. ocppΒΆ
OCPP types
DataTransferStatus:string
Data Transfer Status enum
enum: Accepted, Rejected, UnknownMessageId, UnknownVendorId
DataTransferResponse:object
Type for data transfer response provided by OCPP
required: status
properties:
status:string (ocpp-DataTransferStatus)
Status of the data transfer
There is an extended definition for this object here.
data:string
Data provided by this data transfer
KeyValue:object
Type for a key value pair
required: key, read_only
properties:
key:string
Key / Identifier
read_only:boolean
Indicates if the configuration key is configured to be read-only
value:string
Value of the configuration key
GetConfigurationResponse:object
Response to a GetConfiguration request
required: configuration_keys, unknown_keys
properties:
configuration_keys:array
List of known configuration keys of key value pairs
items:
description:
type:
$ref:
unknown_keys:array
List of unknown configuration keys
items:
description:
type:
ConfigurationStatus:string
Response to a set_custom_configuration_key command
enum: Accepted, Rejected, RebootRequired, NotSupported