From 25e440861a7c31877f7ad0d4992cc0de6c0dce02 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Aug 2016 13:40:06 +0200 Subject: Added Wake-Sleep-Reset control commands Former-commit-id: 8ddfeea854f40464f43375a4f14dc11de92c4d30 --- www/js/MontageCtrl.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 6d93e753..c5ba05bd 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -664,6 +664,11 @@ function initPackery() $scope.LoginData = ZMDataModel.getLogin(); $rootScope.modalRand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111; + + $scope.ptzWakeCommand = ""; + $scope.ptzSleepCommand = ""; + $scope.ptzResetCommand = ""; + $scope.ptzMoveCommand = ""; $scope.ptzStopCommand = ""; @@ -1154,4 +1159,4 @@ $scope.$on('$ionicView.afterEnter', function () { }; -}]); \ No newline at end of file +}]); -- cgit v1.2.3