차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
ko:door_control_api [2018/01/11 11:37] yjjung [BS2Door] |
ko:door_control_api [2024/12/17 08:32] (현재) ghshin [BS2DoorSensor] |
||
---|---|---|---|
줄 35: | 줄 35: | ||
uint8_t port; | uint8_t port; | ||
uint8_t switchType; | uint8_t switchType; | ||
- | uint8_t reserved[2]; | + | uint8_t apbUseDoorSensor; |
- | } BS2DoorSensor ; | + | uint8_t reserved[1]; |
+ | } BS2DoorSensor; | ||
</code> | </code> | ||
1. //deviceID// \\ | 1. //deviceID// \\ | ||
줄 49: | 줄 50: | ||
|1 |대기 상태에서 닫힘 상태로 유지 | | |1 |대기 상태에서 닫힘 상태로 유지 | | ||
</WRAP> | </WRAP> | ||
- | 4. //reserved// \\ | + | 4. //apbUseDoorSensor// \\ |
+ | APB 사용 시 door sensor를 사용할지 여부를 설정합니다. \\ | ||
+ | 5. //reserved// \\ | ||
예약된 공간입니다. \\ \\ | 예약된 공간입니다. \\ \\ | ||
+ | |||
==== BS2ExitButton ==== | ==== BS2ExitButton ==== | ||
<code cpp> | <code cpp> |