Skip to content

Commit

Permalink
chore: release v1.8.1
Browse files Browse the repository at this point in the history
* (Apollon77) Add timeout parameter to options to use as request timeout. For MQTT data requests the timeout is doubled
* (Apollon77) Lower the MQTT timeout from 20s to 6s. Can be increased using timeout parameter again if needed
  • Loading branch information
Apollon77 committed May 31, 2022
1 parent 04f7a84 commit 2d6e01c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ see example folder
The library is partially based on the Python project https://github.com/albertogeniola/MerossIot, Thank you for this great basic work on how to connect to the Meross Cloud Servers

## Changelog
### __WORK IN PROGRESS__
### 1.8.1 (2022-05-31)
* (Apollon77) Add timeout parameter to options to use as request timeout. For MQTT data requests the timeout is doubled
* (Apollon77) Lower the MQTT timeout from 20s to 6s. Can be increased using timeout parameter again if needed

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": "meross-cloud",
"version": "1.8.0",
"version": "1.8.1",
"description": "Control Meross cloud devices using nodejs",
"author": "Ingo Fischer <iobroker@fischer-ka.de>",
"contributors": [],
Expand Down

0 comments on commit 2d6e01c

Please sign in to comment.