|
@@ -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;
|