|
@@ -1099,7 +1099,7 @@ class Api extends CatchController
|
|
|
$flagOut = $avg["front"] > $config["front_out"] && $avg["behind"] > $config["behind_out"] && $avg["left"] > $config["left_out"] && $avg["right"] > $config["right_out"];
|
|
|
|
|
|
|
|
|
- if($flagIn && $status == 2){
|
|
|
+ if($flagIn && ($status == 2 || $status == 3) ){
|
|
|
// if($flagIn){
|
|
|
$inoutIntFilter = $ues_redis->hget("anbang_four_wire", "anbang_4rssi_intFilter");
|
|
|
$inoutIntFilter = $inoutIntFilter ? $inoutIntFilter : 20;
|