SelectedDays Data Type

The selected days on which a schedule will activate.

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

Example

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