homebridge-eufy-security 2.1.2 → 2.1.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 +22 -0
- package/homebridge-ui/public/index.html +1 -1
- package/homebridge-ui/public/main.55160cfd4d1a493d.js +1 -0
- package/homebridge-ui/server.js +18 -0
- package/homebridge-ui/server.js.map +1 -1
- package/package.json +2 -2
- package/homebridge-ui/public/main.ece8fc9a34c8f89b.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.1.4 (2022-12-24)
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated to latest eufy-security-client 2.4.0
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Changed login process to use new v2 api (due to changes made by eufy recently)
|
|
14
|
+
|
|
15
|
+
## 2.1.3
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Due to active blocking of the plugin by eufy the login was temporarily not possible. Thanks to @baeuric and @schliemann (and of course @bropat) for the fix.
|
|
20
|
+
Learn more here: #201 and [this thread](https://github.com/bropat/eufy-security-client/issues/242)
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- New Login field "Device Name" which sets the device type with which the api calls to the eufy cloud are simulated. If left blank a random device will be chosen.
|
|
25
|
+
- Updated eufy-security-client to latest version 2.2.3
|
|
26
|
+
|
|
5
27
|
## 2.1.0 (2022-09-03)
|
|
6
28
|
|
|
7
29
|
### Added
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
<link rel="stylesheet" href="styles.e02689e7df4304da.css"></head>
|
|
10
10
|
<body>
|
|
11
11
|
<app-root></app-root>
|
|
12
|
-
<script src="runtime.1b3e1be22c2e329f.js" type="module"></script><script src="polyfills.6050693665c0e882.js" type="module"></script><script src="main.
|
|
12
|
+
<script src="runtime.1b3e1be22c2e329f.js" type="module"></script><script src="polyfills.6050693665c0e882.js" type="module"></script><script src="main.55160cfd4d1a493d.js" type="module"></script></body>
|
|
13
13
|
</html>
|