Add DecodingEnabled to Monitors
This commit is contained in:
parent
42ab098764
commit
ced396e437
|
@ -35,6 +35,7 @@ class Monitor extends ZM_Object {
|
||||||
'Type' => 'Ffmpeg',
|
'Type' => 'Ffmpeg',
|
||||||
'Function' => 'Mocord',
|
'Function' => 'Mocord',
|
||||||
'Enabled' => array('type'=>'boolean','default'=>1),
|
'Enabled' => array('type'=>'boolean','default'=>1),
|
||||||
|
'DecodingEnabled' => array('type'=>'boolean','default'=>1),
|
||||||
'LinkedMonitors' => array('type'=>'set', 'default'=>null),
|
'LinkedMonitors' => array('type'=>'set', 'default'=>null),
|
||||||
'Triggers' => array('type'=>'set','default'=>''),
|
'Triggers' => array('type'=>'set','default'=>''),
|
||||||
'ONVIF_URL' => '',
|
'ONVIF_URL' => '',
|
||||||
|
|
Loading…
Reference in New Issue