ST_OCPP1_ConfigKeyValue

Syntax

TYPE ST_OCPP1_ConfigKeyValue :
STRUCT
    sKey         : T_OCPP1_ConfigKey;
    sValue       : T_OCPP1_ConfigValue;
    bReadonly    : BOOL;
END_STRUCT
END_TYPE

Parameter

Name

Type

Optional

Description

sKey

T_OCPP1_ConfigKey

No

Configuration Key to be overwritten or added.

sValue

T_OCPP1_ConfigValue

Yes

Value of the associated Configuration Key. Can be omitted if the Configuration Key is known and should not be reset.

bReadonly

BOOL

No

Determines the access right of the Central System, either the value may only be read (TRUE) or also written (FALSE).