E_OCPP1_ClearCacheStatus

TYPE E_OCPP1_ClearCacheStatus :
(
    None := 0, // Any status not covered by this implementation
    Accepted,  // Command has been executed.
    Rejected   // Command has not been executed.
) UDINT;
END_TYPE