|
@@ -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()) {
|
|
|
|
|
|
ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_AUTO_ON);
|