Add ModectDuringPTZ
parent
c539969faa
commit
9254c99ab8
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue