@scrypted/arlo 0.11.25 → 0.11.27
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 +0 -2
- package/dist/plugin.zip +0 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Arlo Plugin for Scrypted
|
|
2
2
|
|
|
3
|
-
**NOTE:** Due to recent changes in authentication timeouts on Arlo Cloud (~2 weeks down to ~2 hours), it is recommended to set up IMAP 2FA to reduce the number of manual logins required. The IMAP refresh interval has also be updated to **minutes** instead of **days**. Please modify your settings accordingly.
|
|
4
|
-
|
|
5
3
|
## Introduction
|
|
6
4
|
|
|
7
5
|
The Arlo Plugin connects Scrypted to Arlo Cloud, allowing you to access all of your Arlo cameras in Scrypted.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/arlo",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.27",
|
|
4
4
|
"description": "Arlo Plugin for Scrypted",
|
|
5
5
|
"license": "Apache",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/scryptedapp/arlo.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/scryptedapp/arlo/issues"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/scryptedapp/arlo",
|
|
6
14
|
"keywords": [
|
|
7
15
|
"scrypted",
|
|
8
16
|
"plugin",
|