@scrypted/nvr 0.0.163 → 0.0.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,18 +18,21 @@ The Object Detection Plugin (`tensorflow-lite`) is automatically installed by Sc
|
|
|
18
18
|
|
|
19
19
|
### Install App
|
|
20
20
|
|
|
21
|
-
The Scrypted NVR app
|
|
21
|
+
The Scrypted NVR app allows viewing of cameras and recordings remotely.
|
|
22
22
|
|
|
23
|
-
App
|
|
23
|
+
iOS App: [Install in TestFlight](https://testflight.apple.com/join/mpXXwLk7)
|
|
24
|
+
|
|
25
|
+
All platforms (including iOS) can install the Progressive Web App (PWA):
|
|
24
26
|
|
|
25
27
|
* iOS: Install with Safari
|
|
26
28
|
* Android: Install with Chrome
|
|
27
29
|
* Windows/Mac/Linux: Install with Edge or Chrome
|
|
28
30
|
|
|
31
|
+
Desktop and Android apps is under development.
|
|
29
32
|
|
|
30
33
|
<br/>
|
|
31
34
|
|
|
32
|
-
####
|
|
35
|
+
#### PWA Install Instructions
|
|
33
36
|
1. Install and log into the Scrypted Cloud plugin.
|
|
34
37
|
2. On your phone/desktop, using the browser(s) specified above for your OS, open [the app installation link](https://nvr.scrypted.app/#/install-pwa) and log into Scrypted Cloud.
|
|
35
38
|
4. This page can be installed as an app. See screenshot below.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/nvr",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.164",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
|
|
6
6
|
"prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
|