diff options
| author | root <root@term.(none)> | 2016-08-22 13:40:06 +0200 |
|---|---|---|
| committer | root <root@term.(none)> | 2016-08-22 13:40:06 +0200 |
| commit | 25e440861a7c31877f7ad0d4992cc0de6c0dce02 (patch) | |
| tree | cd7409030d86e5156544bb1c5ac61feb61aa65bb /www/js/MontageCtrl.js | |
| parent | 5afcaac8873cd91a3c760e5982b60db374608fd4 (diff) | |
Added Wake-Sleep-Reset control commands
Former-commit-id: 8ddfeea854f40464f43375a4f14dc11de92c4d30
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 7 |
1 files changed, 6 insertions, 1 deletions
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 +}]); |
