This is used in the AssaAbloyIPLockModeInfo .
Overview of AssaAbloyIPLockModeType goes here.
| Name | Value | Description |
|---|---|---|
| FirstPersonThrough | 0 | The first person who is granted access will unlock the lockIf a FirstPersonThrough and an Unlock overlap, the lock will unlock. |
| Unlock | 1 | The lock will unlock according to the specified scheduleIf a FirstPersonThrough and an Unlock overlap, the lock will unlock. |
| AccessModePrimary | 2 | Use only the first credentialIf any AccessMode* modes overlap in schedule for an access point, behavior is unpredictable. |
| AccessModePrimaryThenSecondary | 3 | Use the first credential then the secondIf any AccessMode* modes overlap in schedule for an access point, behavior is unpredictable. |
| AccessModePrimaryOrSecondary | 4 | Use either the first or second credentialIf any AccessMode* modes overlap in schedule for an access point, behavior is unpredictable. |
| AccessModePrimaryAndSecondary | 5 | Use the first and the second credential (in any order)If any AccessMode* modes overlap in schedule for an access point, behavior is unpredictable. |