浏览代码

[WallPadMain]
1. 거동 수상자 감지시간 초기화 변경
- 3초 -> 1초

jglee 2 年之前
父节点
当前提交
7eac109de5
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      WallPadMain/src/main/java/kr/co/icontrols/wallpadmain/util/iMapServer.java

+ 8 - 1
WallPadMain/src/main/java/kr/co/icontrols/wallpadmain/util/iMapServer.java

@@ -3059,7 +3059,7 @@ public class iMapServer extends Service {
         {
             if (getStrangerRecordingManagerSetting()) {
                 if (mSmartKeyRfDoorAPI != null) {
-                    mSmartKeyRfDoorAPI.SetSensorConfig((byte) 0x05, (byte) 0x03);
+                    mSmartKeyRfDoorAPI.SetSensorConfig((byte) 0x05, (byte) 0x01);
                 }
             }
         }
@@ -14894,6 +14894,13 @@ public class iMapServer extends Service {
                 ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_OFF);
                 ctrlSmartIOTCamLEDMode(Common.SmartRFCamLEDMode.LED_OFF);
 
+                if (getStrangerRecordingManagerSetting()) {
+                    if (mSmartKeyRfDoorAPI != null) {
+                        mSmartKeyRfDoorAPI.SetSensorConfig((byte) 0x05, (byte) 0x01);
+                    }
+                }
+
+
                 if (getStrangerRecordingManagerSetting() && getStrangerRecordingUserSetting()) {
                     // 설정값을 확인하여 스마트 IoT 현관카메라의 상태를 전송한다. (거동수상자 녹화를 위한 자동 On 기능 활성화)
                     ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_AUTO_ON);