E_OCPP1_RecurrencyKindType

TYPE E_OCPP1_RecurrencyKindType :
(
    None := 0, // Any status not covered by this implementation
    Daily,     // The schedule restarts every 24 hours.
    Weekly     // The schedule restarts every 7 days.
) UDINT;
END_TYPE