E_OCPP1_ConfigurationStatus

TYPE E_OCPP1_ConfigurationStatus :
(
    None := 0,      // Any status not covered by this implementation
    Accepted,       // Configuration key is supported and setting has been changed.
    Rejected,       // Configuration key is supported, but setting could not be changed.
    RebootRequired, // Configuration key is supported and setting has been changed, but change will be available after reboot.
    NotSupported    // Configuration key is not supported.
) UDINT;
END_TYPE