|
@@ -259,13 +259,13 @@ public class SmartIOTCamSetting extends WpadScreen {
|
|
|
|
|
|
if (smartKeyRfDoorAPI != null) {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ String[] retData = smartKeyRfDoorAPI.SetSensorConfig((byte) 0x05, (byte) 0x03).split(define.DEVCTR_CMD_SPLITER);
|
|
|
+ if (retData != null) {
|
|
|
+ if (retData[0].contains("SUCCESS")) {
|
|
|
+ Log.d(TAG, "[SaveDBConfigValue] SetSensorConfig SUCCESS!!!");
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ }
|
|
|
} else {
|
|
|
Log.w(TAG, "[SaveDBConfigValue] smartKeyRfDoorAPI is null!!");
|
|
|
}
|