mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-23 01:37:35 -05:00
add Type, MaxFPS, AlarmMaxFPS to field defaults
This commit is contained in:
@@ -17,6 +17,9 @@ private $defaults = array(
|
||||
'AnalysisFPSLimit' => null,
|
||||
'ZoneCount' => 0,
|
||||
'Triggers' => null,
|
||||
'Type' => 'Ffmpeg',
|
||||
'MaxFPS' => null,
|
||||
'AlarmMaxFPS' => null,
|
||||
);
|
||||
private $status_fields = array(
|
||||
'AnalysisFPS' => null,
|
||||
|
||||
Reference in New Issue
Block a user