-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sickbart
committed
Jan 24, 2024
1 parent
1612c61
commit ba09934
Showing
6 changed files
with
208 additions
and
20 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,7 +1,5 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Sickboy78 <[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 | ||
in the Software without restriction, including without limitation the rights | ||
|
@@ -19,3 +17,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
Copyright (c) 2024 Sickboy78 <[email protected]> |
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 |
---|---|---|
|
@@ -144,6 +144,12 @@ adapter<br> | |
│ │ ├ times_eaten<br> | ||
│ │ └ dry..wet<br> | ||
│ │ └ weight<br> | ||
│ ├ movement<br> | ||
│ │ ├ last_direction<br> | ||
│ │ ├ last_flap<br> | ||
│ │ ├ last_time<br> | ||
│ │ ├ time_spent_outside_<br> | ||
│ │ └ times_outside<br> | ||
│ └ water<br> | ||
│ ├ last_time_drunk<br> | ||
│ ├ time_spent<br> | ||
|
@@ -162,6 +168,11 @@ The pictures of the SureFlap® devices are provided free to use from [Sure Petca | |
|
||
## Changelog | ||
|
||
### 2.0.1 (2024-01-24) | ||
* (Sickboy78) added last movement for pets | ||
* (Sickboy78) added time spent outside today for pets | ||
* (Sickboy78) dependency updates | ||
|
||
### 1.2.3 (2023-12-29) | ||
* (Sickboy78) added api host to config and set default to new api | ||
* (Sickboy78) improved removing of obsolete objects | ||
|
@@ -260,8 +271,6 @@ The pictures of the SureFlap® devices are provided free to use from [Sure Petca | |
|
||
MIT License | ||
|
||
Copyright (c) 2023 Sickboy78 <[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 | ||
in the Software without restriction, including without limitation the rights | ||
|
@@ -279,3 +288,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
Copyright (c) 2024 Sickboy78 <[email protected]> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.