Add DecodingEnabled to Monitors

This commit is contained in:
Isaac Connor 2020-12-10 14:06:26 -05:00
parent 42ab098764
commit ced396e437
1 changed files with 1 additions and 0 deletions

View File

@ -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' => '',