Add ModectDuringPTZ

pull/3222/head
Isaac Connor 2021-04-23 12:56:45 -04:00
parent c539969faa
commit 9254c99ab8
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class Monitor extends ZM_Object {
'TrackDelay' => null, 'TrackDelay' => null,
'ReturnLocation' => -1, 'ReturnLocation' => -1,
'ReturnDelay' => null, 'ReturnDelay' => null,
'ModectDuringPTZ' => array('type'=>'boolean','default'=>0),
'DefaultRate' => 100, 'DefaultRate' => 100,
'DefaultScale' => 0, 'DefaultScale' => 0,
'SignalCheckPoints' => 0, 'SignalCheckPoints' => 0,

View File

@ -53,6 +53,7 @@ if ( $action == 'save' ) {
'Triggers' => array(), 'Triggers' => array(),
'Controllable' => 0, 'Controllable' => 0,
'TrackMotion' => 0, 'TrackMotion' => 0,
'ModectDuringPTZ' => 0,
'Enabled' => 0, 'Enabled' => 0,
'DecodingEnabled' => 0, 'DecodingEnabled' => 0,
'Exif' => 0, 'Exif' => 0,