From 606dfeafebb9db1824e057b7e8e8ceecb8be8f2a Mon Sep 17 00:00:00 2001 From: Rafal Drag Date: Fri, 28 Feb 2020 16:03:27 +0100 Subject: [PATCH] removed Solis http timeout --- lib/solis_inverter_client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/solis_inverter_client.js b/lib/solis_inverter_client.js index 3836891..19319ed 100644 --- a/lib/solis_inverter_client.js +++ b/lib/solis_inverter_client.js @@ -38,8 +38,7 @@ class SolisInverterClient { this._client = axios.create({ baseURL: `http://${address}`, auth: { username, password }, - responseType: 'document', - timeout: 4900 // slightly below 5 seconds + responseType: 'document' }) /**