EngageScheduleDurationItem

Represents a scheduled time period for Allegion Engage auto-unlock functionality

This is where/how a Schedule Duration to be used on engage devices is set/created.

EngageScheduleDurationItem Properties

EngageScheduleDurationItem

Field Type Inherited from Description
DayMask Int32 EngageScheduleDurationItem Gets or sets the day mask (bit field for days of week)
EndingAtMinutes Int32 EngageScheduleDurationItem Gets or sets the ending time in minutes from midnight
StartingAt TimeSpan EngageScheduleDurationItem Gets or sets the time when the schedule starts

JSON Structure of EngageScheduleDurationItem

{
   "DayMask"	:	"Int32",
   "EndingAtMinutes"	:	"Int32",
   "StartingAt"	:	"TimeSpan"
}