Add some more Monitor defaults, mainly Refresh which gets called in watch.js.php
This commit is contained in:
parent
2ff47e04da
commit
363e1dda97
|
@ -9,17 +9,19 @@ private $defaults = array(
|
|||
'Name' => '',
|
||||
'StorageId' => 0,
|
||||
'ServerId' => 0,
|
||||
'Type' => 'Ffmpeg',
|
||||
'Function' => 'None',
|
||||
'Enabled' => 1,
|
||||
'LinkedMonitors' => null,
|
||||
'Width' => null,
|
||||
'Height' => null,
|
||||
'Orientation' => null,
|
||||
'AnalysisFPSLimit' => null,
|
||||
'ZoneCount' => 0,
|
||||
'Triggers' => null,
|
||||
'Type' => 'Ffmpeg',
|
||||
'MaxFPS' => null,
|
||||
'AlarmMaxFPS' => null,
|
||||
'Refresh' => null,
|
||||
);
|
||||
private $status_fields = array(
|
||||
'AnalysisFPS' => null,
|
||||
|
|
Loading…
Reference in New Issue