Add ModectDuringPTZ
parent
c539969faa
commit
9254c99ab8
|
@ -110,6 +110,7 @@ class Monitor extends ZM_Object {
|
|||
'TrackDelay' => null,
|
||||
'ReturnLocation' => -1,
|
||||
'ReturnDelay' => null,
|
||||
'ModectDuringPTZ' => array('type'=>'boolean','default'=>0),
|
||||
'DefaultRate' => 100,
|
||||
'DefaultScale' => 0,
|
||||
'SignalCheckPoints' => 0,
|
||||
|
|
|
@ -53,6 +53,7 @@ if ( $action == 'save' ) {
|
|||
'Triggers' => array(),
|
||||
'Controllable' => 0,
|
||||
'TrackMotion' => 0,
|
||||
'ModectDuringPTZ' => 0,
|
||||
'Enabled' => 0,
|
||||
'DecodingEnabled' => 0,
|
||||
'Exif' => 0,
|
||||
|
|
Loading…
Reference in New Issue