E_OCPP1_ClearChargingProfileStatus

TYPE E_OCPP1_ClearChargingProfileStatus :
(
    None := 0, // Any status not covered by this implementation
    Accepted,  // Request has been accepted and will be executed.
    Unknown    // No Charging Profile(s) were found matching the request.
) UDINT;
END_TYPE