Name | Type | Description | Notes |
---|---|---|---|
occurence | ProgramOccurence | ||
recurrence | str | Determines the recurrence of the program. * None: means no recurrence. * Daily: repeated over the week. * Weekly: repeated over the weeks of the year from w1 to w52 specified in an array unitary or grouped by ranges (w1, w2,w34-w46, w52). | [default to 'Daily'] |
start | str | The program start time formatted using the duration format based on ISO 8601 with the schema: P[n]Y[n]M[n]DT[n]H[n]M[n]S example: * PT14H30M : 14H30min |