|
|
@@ -490,6 +490,8 @@ public class CheckSensorFragment extends Fragment {
|
|
|
getContext().sendBroadcast(StrangeDetecTestMode_Intent);
|
|
|
smartKeyRfDoorAPI.SetCAMERAmode((byte) STATUS_AUTO_OFF);
|
|
|
smartKeyRfDoorAPI.SetLEDmode((byte) LED_AUTO_ON);
|
|
|
+ smartKeyRfDoorAPI.SetCAMERAmode((byte) 0x00);
|
|
|
+ smartKeyRfDoorAPI.SetLEDmode((byte) 0x00);
|
|
|
}
|
|
|
|
|
|
}
|