Sfoglia il codice sorgente

[WallPadSecurity]
1. 거동수상자 설정에서 민감도 설정 삭제

jglee 2 anni fa
parent
commit
0a8fd7361f

+ 7 - 7
WallPadSecurity/src/main/java/kr/co/icontrols/wallpadsecurity/screen/PopupSmartIOTCam.java

@@ -405,13 +405,13 @@ public class PopupSmartIOTCam extends WpadScreen {
             // API => 센서감도, 감지유지시간
             if (smartKeyRfDoorAPI != null) {
                 boolean bRet = false;
-                String[] retData = smartKeyRfDoorAPI.SetSensorConfig(DEFINE_SENSOR_SENSITIVITY, DEFINE_SENSOR_DURATION).split(define.DEVCTR_CMD_SPLITER);
-                if (retData != null) {
-                    if (retData[0].contains("SUCCESS")) {
-                        Log.d(TAG, "[changeRecordingSet] SetSensorConfig SUCCESS!!!");
-                        bRet = true;
-                    }
-                }
+//                String[] retData = smartKeyRfDoorAPI.SetSensorConfig(DEFINE_SENSOR_SENSITIVITY, DEFINE_SENSOR_DURATION).split(define.DEVCTR_CMD_SPLITER);
+//                if (retData != null) {
+//                    if (retData[0].contains("SUCCESS")) {
+//                        Log.d(TAG, "[changeRecordingSet] SetSensorConfig SUCCESS!!!");
+//                        bRet = true;
+//                    }
+//                }
 
                 // 상태, LED 제어
                 int cam, led;