appliance update policy: time

The time structure defines weekday and time the automatic check for new updates will be run

Representation:

{
    "day""MONDAY",
    "hour"1,
    "minute"1
}

Attributes:

Name Type Description
Required
day string weekday to check for updates.

Defines the set of days Value is one of:
MONDAY: Monday
TUESDAY: Tuesday
WEDNESDAY: Wednesday
THURSDAY: Thursday
FRIDAY: Friday
SATURDAY: Saturday
SUNDAY: Sunday

hour long Hour: 0-24

minute long Minute: 0-59