diff options
| -rw-r--r-- | config.xml | 10 | ||||
| -rw-r--r-- | www/js/MonitorCtrl.js | 4 |
2 files changed, 5 insertions, 9 deletions
@@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<widget id="com.ionicframework.zmninja469849" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninja" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> - An Ionic Framework and Cordova project. + High performance ZoneMinder client </description> - <author email="hi@ionicframework" href="http://ionicframework.com/"> - Ionic Framework Team + <author email="pliablepixels@gmail.com" href="http://pliablepixels.us/"> + Pliable Pixels </author> <content src="index.html"/> <access origin="*" subdomains="true"/> @@ -70,4 +70,4 @@ <splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/> </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png"/> -</widget>
\ No newline at end of file +</widget> diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index a8d8771e..96909af0 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -392,10 +392,6 @@ angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', ['$ionicPopu }; function controlPTZ(monitorId, cmd) { - // curl -X POST "http://arjunrc.ddns.net:9898/zm/index.php" -d "view=request&request=control&user=admin&passwd=indiglo&id=4&control=moveConLeft" - - - //curl -X POST "http://server.com/zm/index.php?view=request" -d "request=control&user=admin&passwd=xx&id=4&control=moveConLeft" console.log("Command value " + cmd + " with MID=" + monitorId); |
