summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-08-22 10:27:14 -0400
committerGitHub <noreply@github.com>2016-08-22 10:27:14 -0400
commitd8ffac85ff300d41e668904da8a6dc897e784be9 (patch)
treeb4387e669780d2e22fc5f80e17747ce4e2bcc4ed /www/js/MonitorCtrl.js
parent71045ed744f17d645c69295fc849e5cb4ab9b866 (diff)
parent42e8639458ab943a75d29d50621820a34622d8a7 (diff)
Merge pull request #309 from pliablepixels/revert-307-master
Revert "Added Wake-Sleep-Reset control commands" Former-commit-id: 7ae4eb211d7ad0d45613f2ce97920b09950fe599
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 900084cb..97110760 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -346,11 +346,6 @@ 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 = "";
@@ -498,4 +493,4 @@ angular.module('zmApp.controllers')
};
-}]);
+}]); \ No newline at end of file