LightsOutTimeFrame object
Time frame for the LightsOut schedule.
Example JSON representation
{
"daysOfWeek": [
"sun"
],
"end": "2013-01-01T12:34:56.789Z",
"start": "2013-01-01T12:34:56.789Z"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| daysOfWeek Array of string |
required |
|||
| end string |
optional |
End of the frame. |
||
| start string |
optional |
Start time. |