[Index]

Model: device/cuc/ScheduleDetail

Model Details

Title Description Details
Start Date The date when this schedule detail becomes active. A value of NULL means the schedule is active immediately.
  • Field Name: StartDate
  • Type: String
Is Active Saturday A flag indicating whether this schedule is active on Saturday.
  • Field Name: IsActiveSaturday
  • Type: Boolean
Is Active Sunday A flag indicating whether this schedule is active on Sunday.
  • Field Name: IsActiveSunday
  • Type: Boolean
Schedule * The unique identifier of the parent Schedule object to which this schedule detail row belongs. - template parameter [1]
  • Field Name: ScheduleObjectId
  • Type: String
  • Target: device/cuc/Schedule
  • Target attr: ObjectId
  • Format: uri
Object Id The primary key for this table. A globally unique, system-generated identifier for a ScehduelDetail object. - template parameter [2]
  • Field Name: ObjectId
  • Type: String
Is Active Monday A flag indicating whether this schedule is active on Monday.
  • Field Name: IsActiveMonday
  • Type: Boolean
Is Active Wednesday A flag indicating whether this schedule is active on Wednesday.
  • Field Name: IsActiveWednesday
  • Type: Boolean
Schedule URI
  • Field Name: ScheduleURI
  • Type: String
  • Format: uri
URI
  • Field Name: URI
  • Type: String
  • Format: uri
End Of Day Check this check box to specify that the schedule becomes inactive at midnight (the end of the day).
  • Field Name: EndOfDay
  • Type: Boolean
Is Active Thursday A flag indicating whether this schedule is active on this Thursday.
  • Field Name: IsActiveThursday
  • Type: Boolean
Is Active Tuesday A flag indicating whether this schedule is active on Tuesday.
  • Field Name: IsActiveTuesday
  • Type: Boolean
Is Active Friday A flag indicating whether this schedule is active on Friday.
  • Field Name: IsActiveFriday
  • Type: Boolean
Start Time The start time (in minutes) for the active day or days. The start time is stored as the number of minutes from midnight. So a value of 480 would mean 8:00 AM and 1020 would mean 5:00 PM. In addition, a value of NULL for the start time indicates 12:00 AM.
  • Field Name: StartTime
  • Type: Integer
End Date The date when this schedule detail ends. A value of NULL indicates the scheule is active indefinitely.
  • Field Name: EndDate
  • Type: String
End Time The end time (in minutes) for the active day or days. The end time is stored as the number of minutes from midnight. So a value of 480 would mean 8:00 AM and 1020 would mean 5:00 PM. In addition, a value of NULL means "till the end of the day" (e.g. 11:59:59 PM in Linux land).
  • Field Name: EndTime
  • Type: Integer
Subject The subject matter or description for this schedule detail row.
  • Field Name: Subject
  • Type: String
API reference for device/cuc/ScheduleDetail