homebridge-eufy-security 4.3.7 → 4.3.9
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/CHANGELOG.md +1 -1
- package/FUNDING.yml +1 -0
- package/README.md +14 -17
- package/dist/platform.js +4 -4
- package/dist/platform.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/homebridge-ui/public/index.html +1 -1
- package/homebridge-ui/public/{main.833234849091e498.js → main.e4cc13735389edfb.js} +1 -1
- package/homebridge-ui/server.js +1 -1
- package/homebridge-ui/version.d.ts +1 -1
- package/homebridge-ui/version.js +1 -1
- package/package.json +6 -6
package/homebridge-ui/server.js
CHANGED
|
@@ -295,7 +295,7 @@ class UiServer {
|
|
|
295
295
|
#########################
|
|
296
296
|
You're not using a guest admin account with this plugin! You must use a guest admin account!
|
|
297
297
|
Please look here for more details:
|
|
298
|
-
https://github.com/homebridge-eufy-security/
|
|
298
|
+
https://github.com/homebridge-plugins/homebridge-eufy-security/wiki/Create-a-dedicated-admin-account-for-Homebridge-Eufy-Security-Plugin
|
|
299
299
|
#########################
|
|
300
300
|
`);
|
|
301
301
|
return;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "4.3.
|
|
1
|
+
export declare const LIB_VERSION = "4.3.9";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/homebridge-ui/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Homebridge Eufy Security",
|
|
3
3
|
"name": "homebridge-eufy-security",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.9",
|
|
5
5
|
"description": "Control Eufy Security from homebridge.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git://github.com/homebridge-eufy-security
|
|
9
|
+
"url": "git://github.com/homebridge-plugins/homebridge-eufy-security.git"
|
|
10
10
|
},
|
|
11
11
|
"funding": [
|
|
12
12
|
{
|
|
13
13
|
"type": "github",
|
|
14
|
-
"url": "https://github.com/sponsors/
|
|
14
|
+
"url": "https://github.com/sponsors/lenoxys"
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/homebridge-eufy-security/
|
|
18
|
+
"url": "https://github.com/homebridge-plugins/homebridge-eufy-security/issues"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": "20.11.0 || ^22",
|
|
22
|
-
"homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37"
|
|
22
|
+
"homebridge": "^1.9.0 || ^1.11.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37"
|
|
23
23
|
},
|
|
24
24
|
"main": "dist/index.js",
|
|
25
25
|
"scripts": {
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
"ban-ts-comment": 0
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"homepage": "https://github.com/homebridge-eufy-security/
|
|
106
|
+
"homepage": "https://github.com/homebridge-plugins/homebridge-eufy-security/wiki",
|
|
107
107
|
"author": "homebridge-eufy-security"
|
|
108
108
|
}
|