summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/guides/FAQ.rst10
-rw-r--r--package.json2
-rw-r--r--www/js/NVR.js2
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 1dbd4f11..e11b77ce 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -579,6 +579,16 @@ tab) and your webserver error logs.
Also, Starting ZM 1.32 and beyond, please enable ``AUTH_HASH_LOGINS`` as
well as set ``AUTH_RELAY`` to "hashed"
+I can't see events in zmNinja
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Make sure your APIs are working. An easy way to check is to try
+``https://yourserver/zm/api/events.json`` in your browser after logging into ZM
+
+- By default, zmNinja only displays events with at least 1 alarmed frame. To view
+ all events, tap on the vertical "..." icon on the top right of the event view, and select
+ "View all events". If you don't see "View all events" turn off "Only detected objects" option.
+
+
Event stream viewing does not work
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/package.json b/package.json
index c2de688d..66846c2b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version":"1.4.007",
+ "version":"1.4.008",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 196fe66e..cc1cdd70 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -21,7 +21,7 @@ angular.module('zmApp.controllers')
DO NOT TOUCH zmAppVersion
It is changed by sync_version.sh
*/
- var zmAppVersion = "1.4.007";
+ var zmAppVersion = "1.4.008";
var isBackground = false;
var justResumed = false;