Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 895 Bytes

Program.md

File metadata and controls

12 lines (8 loc) · 895 Bytes

Program

Properties

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

[Back to Model list] [Back to API list] [Back to README]