Set the schedule of an Assa Abloy IP lock mode. Returns ()
Overview of SetScheduleForAssaAbloyIPLockModeAsync goes here.
| Name | Description |
|---|---|
| item | The IP lock mode to set the schedule for |
| schedule | The schedule to set |
Example in C#
// Returns: nothing
await client.SetScheduleForAssaAbloyIPLockModeAsync(AssaAbloyIPLockModeInfo item, ScheduleInfo schedule);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/assaabloyiplockmodes/ASSAABLOYIPLOCKMODE.KEY/schedule \
-H 'Content-Type: application/javascript' \
-d '"/api/f/INSTANCE.KEY/schedules/SCHEDULE.KEY"'