-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Supports new Home Management feature of Eufy Security 4.0
* Added support for Smart Lock Touch & Wifi (T8520; #89) * Implemented Eufy MQTT notification subscription for Smart Lock Touch & Wifi (T8520) * Added auto lock setting for Smart Lock Touch & Wifi (T8520) * Added auto lock schedule setting for Smart Lock Touch & Wifi (T8520) * Added auto lock schedule start time setting for Smart Lock Touch & Wifi (T8520) * Added auto lock schedule end time setting for Smart Lock Touch & Wifi (T8520) * Added auto lock timer setting for Smart Lock Touch & Wifi (T8520) * Added notification setting for Smart Lock Touch & Wifi (T8520) * Added notification locked setting for Smart Lock Touch & Wifi (T8520) * Added notification unlocked setting for Smart Lock Touch & Wifi (T8520) * Added one touch locking setting for Smart Lock Touch & Wifi (T8520) * Added scramble passcode setting for Smart Lock Touch & Wifi (T8520) * Added sound setting for Smart Lock Touch & Wifi (T8520) * Added wrong try protection setting for Smart Lock Touch & Wifi (T8520) * Added wrong try attempts setting for Smart Lock Touch & Wifi (T8520) * Added wrong try lockdown time setting for Smart Lock Touch & Wifi (T8520) * Added lock/unlock command for Smart Lock Touch & Wifi (T8520) * Added lock calibration command for Smart Lock Touch & Wifi (T8520) * Improved p2p communication with energy saving devices * Added new HTTPApi methods supporting Eufy Security 4.0 * Some small improvements were made to the HTTPApi * Fixed issue #97 * Fixed issue #102 * Fixed issue #109 * Updated versions of the package dependencies
- Loading branch information
Showing
32 changed files
with
7,592 additions
and
1,573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 bropat <[email protected]> | ||
Copyright (c) 2022 bropat <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
MIT License | ||
|
||
Copyright (c) 2021 bropat <[email protected]> | ||
Copyright (c) 2022 bropat <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.