diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 6423af11f..b5e2ef853 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -57,6 +57,8 @@ class Monitor extends ZM_Object { 'DecodingEnabled' => array('type'=>'boolean','default'=>1), 'LinkedMonitors' => array('type'=>'set', 'default'=>null), 'Triggers' => array('type'=>'set','default'=>''), + 'EventStartCommand' => '', + 'EventEndCommand' => '', 'ONVIF_URL' => '', 'ONVIF_Username' => '', 'ONVIF_Password' => '', diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index 3dc6937e8..657c2ce8c 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -675,6 +675,14 @@ if (count($available_monitor_ids)) { } ?> +