Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
* (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
* (Apollon77) Calculate the timeout of querySmarthomeDevices dynamically between 10s and 60s (maximum overrideable by new optional parameter) depending on the number of devices to query
  • Loading branch information
Apollon77 committed Jul 4, 2022
1 parent 0892cfb commit de63ff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Thank you for that work.
* docu docu docu (sorry ... will come)

## Changelog:

### __WORK IN PROGRESS__
### 5.1.0 (2022-07-04)
* (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
* (Apollon77) Calculate the timeout of querySmarthomeDevices dynamically between 10s and 60s (maximum overrideable by new optional parameter) depending on the number of devices to query

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-remote2",
"version": "5.0.1",
"version": "5.1.0",
"description": "Remote Control for amazon echo devices",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit de63ff2

Please sign in to comment.