From 42543914d483d4c27f32a7c3a528d1f3c99ea9c0 Mon Sep 17 00:00:00 2001 From: Robert Tidey Date: Sun, 1 Nov 2015 16:38:29 +0000 Subject: [PATCH] Motion settings supports new names for some motion parameters --- www/motion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/motion.php b/www/motion.php index 0407bc98..9ee988cd 100644 --- a/www/motion.php +++ b/www/motion.php @@ -15,7 +15,7 @@ define('MOTION_CONFIGBACKUP', "motionPars.json"); define('MOTION_PARS', "motionPars"); - $filterPars = array("switchfilter","threshold","threshold_tune","noise_level","noise_tune","despeckle","area_detect","mask_file","smart_mask_speed","lightswitch","minimum_motion_frames","framerate","minimum_frame_time","netcam_url","netcam_userpass","gap","on_event_start","on_event_end","on_motion_detected","on_area_detected"); + $filterPars = array("switchfilter","threshold","threshold_tune","noise_level","noise_tune","despeckle","despeckle_filter","area_detect","mask_file","smart_mask_speed","lightswitch","minimum_motion_frames","framerate","minimum_frame_time","netcam_url","netcam_userpass","gap","event_gap","on_event_start","on_event_end","on_motion_detected","on_area_detected"); $motionReady = checkMotion(); $showAll = false;