From 2d6e01c477fa7bf1bf9da129272a99b89f3aca6d Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Tue, 31 May 2022 12:50:05 +0200 Subject: [PATCH] chore: release v1.8.1 * (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 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bc0803..0f52ca6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 365c039..b48300e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meross-cloud", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "meross-cloud", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "dependencies": { "mqtt": "^4.3.7", diff --git a/package.json b/package.json index b99b06f..6df1887 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [],