homebridge-eufy-security 2.2.0-beta.3 → 2.2.0-beta.4
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 +4 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,19 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
You can find the complete detailled changelog for every beta release [here](https://github.com/homebridge-eufy-security/plugin/releases).
|
|
4
4
|
|
|
5
|
-
## 2.2.0-beta.
|
|
5
|
+
## 2.2.0-beta.4 - latest changes
|
|
6
6
|
|
|
7
|
-
###
|
|
8
|
-
|
|
9
|
-
- Experimental Mode
|
|
10
|
-
- Experimental Mode Option: Enabling RTSP streaming on all devices (e.g. Doorbells can now stream via RTSP)
|
|
11
|
-
- Config UI will now warn the user if a setting might decrease battery life drastically
|
|
12
|
-
- Option to set connection method in eufy-security-client to 'local'
|
|
13
|
-
|
|
14
|
-
### Fixed
|
|
7
|
+
### Changed
|
|
15
8
|
|
|
16
|
-
-
|
|
17
|
-
- Possible memory leak caused by not correctly released EventListeners
|
|
9
|
+
- Updated dependency to eufy-security-client@2.2.0-rc.1
|
|
18
10
|
|
|
19
11
|
## 2.2.0 (Beta)
|
|
20
12
|
|
|
@@ -37,6 +29,7 @@ You can find the complete detailled changelog for every beta release [here](http
|
|
|
37
29
|
- Overhauled design of advanced video config
|
|
38
30
|
- Improved verbose output for snapshot and ffmpeg processes
|
|
39
31
|
- Added explanatory description to snapshot handling method.
|
|
32
|
+
- Updated to latest dependency: eufy-security-client
|
|
40
33
|
|
|
41
34
|
### Fixed
|
|
42
35
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Homebridge Eufy Security",
|
|
3
3
|
"name": "homebridge-eufy-security",
|
|
4
|
-
"version": "2.2.0-beta.
|
|
4
|
+
"version": "2.2.0-beta.4",
|
|
5
5
|
"description": "Control Eufy Security from homebridge.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@homebridge/plugin-ui-utils": "^0.0.19",
|
|
52
52
|
"bunyan": "^1.8.15",
|
|
53
53
|
"bunyan-debug-stream": "^2.0.1",
|
|
54
|
-
"eufy-security-client": "2.1
|
|
54
|
+
"eufy-security-client": "^2.2.0-rc.1",
|
|
55
55
|
"ffmpeg-for-homebridge": "0.1.4",
|
|
56
56
|
"pick-port": "^1.0.1",
|
|
57
57
|
"rotating-file-stream": "^3.0.4",
|