Schedules are defined to limit user access to specific times of day, days of the week, holidays, and other special occasions where access needs to be controlled. Every credential must be assigned at least one schedule. A single 24/7 schedule may be sufficient.
Property schedules should be defined before any device is commissioned into your account. Any schedules made or edited after a device is commissioned, will require device updates before the new or updated schedule is followed.
For more detailed information on schedules, refer to the ENGAGE - Schedule Guidelines document.
To create a single 24/7 Schedule:
{
"db": {
"usrRcrd": {
"deleteAll": 0,
"delete": [],
"update": [],
"add": [
{
"usrID": "148",
"adaEn": "0",
"fnctn": "norm",
"crSch": [
1
],
"actDtTm": "20150303000000",
"expDtTm": "20200101000000",
"primeCr": "735B174C056D0A03D5DBD83EC513463C",
"prCrTyp": "card"
}
]
},
"schedules": [
{
"days": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"strtHr": 0,
"strtMn": 0,
"lngth": 1439
}
]
},
"dbDwnLdTm": "20150303000000",
"nxtDbVerTS": "0x18D16386BFAEC213"
}