Skip to content

Commit

Permalink
Motion settings supports new names for some motion parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Tidey committed Nov 1, 2015
1 parent 8e9878d commit 4254391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/motion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4254391

Please sign in to comment.