-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for the new Homey App Store
- Loading branch information
1 parent
4ebe0c6
commit 19645d2
Showing
5 changed files
with
67 additions
and
42 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"1.0.1": { | ||
"en": "Added support for the new Homey App Store", | ||
"nl": "Ondersteuning voor nieuwe Homey App Store" | ||
} | ||
} |
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,3 +1,5 @@ | ||
## 1.0.0 / 2019-06-24 | ||
## 1.0.1 / 2019-11-12 | ||
- Added support for the new Homey App Store | ||
|
||
- Initial working version. | ||
## 1.0.0 / 2019-06-24 | ||
- Initial working version. |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Monitor and control your NZBGet servers. | ||
|
||
Homey will automatically fetch the statistics from the NZB server. | ||
|
||
The update interval can be changed in the device settings. | ||
|
||
Supported statistics: | ||
|
||
- Article cache (MB) | ||
- Average download speed (MB/s) | ||
- Download speed (MB/s) | ||
- Download speed limit (MB/s) | ||
- Number of remaining files in queue | ||
- Total downloaded (GB) | ||
- Total download time | ||
- Free disk space (GB) | ||
- Remaining download (MB) | ||
- Server uptime | ||
|
||
Supported actions: | ||
|
||
- Pause and resume download via toggle component | ||
|
||
Flowcards: | ||
|
||
- Pause download queue | ||
- Resume download queue | ||
- Reload the server | ||
- Scan incoming directory for nzb-files | ||
- Set download speed limit | ||
- Shutdown the server | ||
|
||
Supported settings: | ||
|
||
- Update interval (seconds) | ||
|
||
Supported languages: | ||
|
||
- English | ||
- Dutch (Nederlands) | ||
|
||
If you have any questions or feedback, please contact me on Slack. | ||
|
||
Please report issues and feature requests at the issues section on GitHub. | ||
|
||
This app is tested with NZBGet v21.0, but should work with v15.0 and newer. |
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