SelectedDays Data Type

The selected days on which a schedule will activate.

Properties
name data type description
sun boolean
mon boolean
tue boolean
wed boolean
thu boolean
fri boolean
sat boolean

Example

{
  "sun" : true,
  "mon" : true,
  "tue" : true,
  "wed" : true,
  "thu" : true,
  "fri" : true,
  "sat" : true
}