summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-22 09:10:24 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-22 09:10:24 -0400
commit58dd2aba908317079390f0d066c0b1435f58527a (patch)
treeadd69263eb4e6fda7e5d345405c39596583dc96a /www/js/MonitorCtrl.js
parent74e27bd51198e47d8a42157696cfc56ebb3328cb (diff)
parent25e440861a7c31877f7ad0d4992cc0de6c0dce02 (diff)
Merge branch 'master' of https://github.com/sctt/zmNinja into sctt-master
Former-commit-id: 9b15659caa39aa0d9498a318153ef044eba1a32b
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 97110760..900084cb 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -346,6 +346,11 @@ angular.module('zmApp.controllers')
$scope.LoginData = ZMDataModel.getLogin();
$rootScope.modalRand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111;
+
+ $scope.ptzWakeCommand = "";
+ $scope.ptzSleepCommand = "";
+ $scope.ptzResetCommand = "";
+
$scope.ptzMoveCommand = "";
$scope.ptzStopCommand = "";
@@ -493,4 +498,4 @@ angular.module('zmApp.controllers')
};
-}]); \ No newline at end of file
+}]);