Files
psa_car_controller/docs/api/Program.md
T
2021-04-06 12:13:24 +02:00

895 B

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]