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