summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-08-22 10:27:26 -0400
committerGitHub <noreply@github.com>2016-08-22 10:27:26 -0400
commite98310511e9f227f0a5e28d971f1730a2af2c9c2 (patch)
tree777c4f9b195e4a4b223dae59b3ef10a5ba6030ff /www/js/MontageCtrl.js
parentd8ffac85ff300d41e668904da8a6dc897e784be9 (diff)
parent76a3036de85e06f6ee57108c5eae50ad333fef2b (diff)
Merge pull request #308 from pliablepixels/sctt-master
tweaks to Sleep/Wake/Reset #306 Former-commit-id: 8e364f1b19482ab6113b630f8a44a220e426073b
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js7
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
+}]);