Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:zone_control_api [2018/11/14 08:52]
kkshin
en:zone_control_api [2020/07/29 11:34]
yjjung
Line 83: Line 83:
 ---- ----
 ==== Ethernet Zone ==== ==== Ethernet Zone ====
-Not BioStar V2.x server, but specific device acts as Zone Master. Ethernet zone uses Ethernet TCP protocol between devices(Master <-> Members).+Not BioStar V2.x server, but specific device acts as Zone Master. Ethernet zone uses Ethernet TCP protocol between devices(Master <-> Members). ​
  
-Currently, it only supports corresponding features to existing 1.x Entrance Limit, Fire Alarm Zone. +Currently, it only supports corresponding features to existing 1.x Entrance Limit, Fire Alarm Zone. It is supported on A2(FW 1.4.0 or higher), BS2(FW 1.5.0 or higher) and P2(FW 1.0.0 or higher)
   * [[BS2_GetDeviceZone]]:​ Retrieves selected Ethernet zones..  ​   * [[BS2_GetDeviceZone]]:​ Retrieves selected Ethernet zones..  ​
   * [[BS2_GetAllDeviceZone]]:​ Retrieves all Ethernet zones.   * [[BS2_GetAllDeviceZone]]:​ Retrieves all Ethernet zones.
Line 99: Line 99:
   * [[BS2_RemoveDeviceZoneAGEntranceLimit]]:​ Removes selected Ethernet access group entrance limit.   * [[BS2_RemoveDeviceZoneAGEntranceLimit]]:​ Removes selected Ethernet access group entrance limit.
   * [[BS2_RemoveAllDeviceZoneAGEntranceLimit]]:​ Removes all Ethernet access group entrance limit.   * [[BS2_RemoveAllDeviceZoneAGEntranceLimit]]:​ Removes all Ethernet access group entrance limit.
 +\\
 +----
 +==== Lift스케줄 잠금/​개방 구역 ====
 +[+ 2.7.0] Elevator 제어관련,​ 인증권한과 무관하게 시간대를 기반으로 특정 층에 접근할 수 있도록 하는 새로운 함수들을 제공합니다. ​
 +  * [[BS2_GetLiftLockUnlockZone]]:​ 주어진 Lift스케줄 잠금/​개방 구역을 가져옵니다.
 +  * [[BS2_GetAllLiftLockUnlockZone]]:​ 모든 Lift스케줄 잠금/​개방 구역을 가져옵니다.
 +  * [[BS2_GetLiftLockUnlockZoneStatus]]:​ 주어진 Lift스케줄 잠금/​개방 구역의 상태 정보를 가져옵니다.
 +  * [[BS2_GetAllLiftLockUnlockZoneStatus]]:​ 모든 Lift스케줄 잠금/​개방 구역의 상태 정보를 가져옵니다.
 +  * [[BS2_SetLiftLockUnlockZone]]:​ Lift스케줄 잠금/​개방 구역을 설정합니다.
 +  * [[BS2_SetLiftLockUnlockZoneAlarm]]:​ Lift스케줄 잠금/​개방 구역의 경보 상태를 갱신합니다.
 +  * [[BS2_RemoveLiftLockUnlockZone]]:​ 주어진 Lift스케줄 잠금/​개방 구역을 제거합니다.
 +  * [[BS2_RemoveAllLiftLockUnlockZone]]:​ 모든 Lift스케줄 잠금/​개방 구역을 제거합니다.
 \\ \\
 ---- ----