Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:door_control_api [2026/01/28 16:45]
mwkim [Door Control API]
en:door_control_api [2026/01/28 16:56] (current)
mwkim [BS2Door]
Line 153: Line 153:
     uint8_t dualAuthDevice;​     uint8_t dualAuthDevice;​
     uint8_t dualAuthApprovalType;​     uint8_t dualAuthApprovalType;​
 +    uint16_t extendedAutoLockTimeout;​
     uint32_t dualAuthTimeout;​     uint32_t dualAuthTimeout;​
     uint8_t numDualAuthApprovalGroups;​     uint8_t numDualAuthApprovalGroups;​
 +    uint8_t unused[2];
     uint8_t reserved2[1];​     uint8_t reserved2[1];​
     uint32_t dualAuthApprovalGroupID[BS2_MAX_DUAL_AUTH_APPROVAL_GROUP];​     uint32_t dualAuthApprovalGroupID[BS2_MAX_DUAL_AUTH_APPROVAL_GROUP];​
Line 227: Line 229:
 |1 |Check the last user's authority ​ | |1 |Check the last user's authority ​ |
 </​WRAP>​ </​WRAP>​
-19. //​dualAuthTimeout//​ \\  +19. //​extendedAutoLockTimeout//​ \\  
-Interval between ​the first user'​s ​authentication ​and the second user'​s ​authentication. ​The unit is seconds.\\ \\ +[+ 2.9.12] Sets the extended access granted time in seconds. The default value is 10 seconds. \\ \\ 
-20. //​numDualAuthApprovalGroups//​ \\  +20. //​dualAuthTimeout//​ \\  
-Number ​of access ​groups ​having authority of dual authentication.\\ \\ +After the first user completes ​authentication, this is the time to wait until the second user attempts ​authentication. ​(Unit: ​seconds\\ \\ 
-21. //​reserved2//​ \\  +21. //​numDualAuthApprovalGroups//​ \\  
-Reserved space.\\ \\ +Total number ​of groups ​with dual access authorization. \\ \\ 
-22. //​dualAuthApprovalGroupID//​ \\ +22. //unused// \\  
 +Reserved space. \\ \\ 
 +23. //​reserved2//​ \\  
 +Reserved space. \\ \\ 
 +24. //​dualAuthApprovalGroupID//​ \\ 
 List of access groups having dual authentication authority, which can be configured up to 16 access groups.\\ \\ List of access groups having dual authentication authority, which can be configured up to 16 access groups.\\ \\
-23. //apbZone// \\ +25. //apbZone// \\ 
 Configures Anti Passback on the door. The Anti Passback zone ID and door ID is equivalent. Refer [[zone_control_api]]for further information.\\ \\ Configures Anti Passback on the door. The Anti Passback zone ID and door ID is equivalent. Refer [[zone_control_api]]for further information.\\ \\