From 338de7faa8b08593f2d4c73a35e8ed78d1814958 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 22 Jun 2005 09:40:21 +0000 Subject: [PATCH] Bug 109 - Added iris_stop command. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1469 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_control_funcs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/zm_control_funcs.php b/web/zm_control_funcs.php index 4d34d1fd5..14a6a2a0f 100644 --- a/web/zm_control_funcs.php +++ b/web/zm_control_funcs.php @@ -62,6 +62,7 @@ function getControlCommands( $monitor ) $cmds['IrisRoot'] = "iris_abs_"; $cmds['IrisOpen'] = $cmds['IrisRoot']."open"; $cmds['IrisClose'] = $cmds['IrisRoot']."close"; + $cmds['IrisStop'] = "iris_stop"; $cmds['IrisAuto'] = "iris_auto"; $cmds['IrisMan'] = "iris_man";