homebridge-tasmota-control 1.6.15-beta.30 → 1.6.15-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/fans.js +1 -1
- package/src/lights.js +1 -1
- package/src/mielhvac.js +1 -1
- package/src/sensors.js +1 -1
- package/src/switches.js +1 -1
package/package.json
CHANGED
package/src/fans.js
CHANGED
package/src/lights.js
CHANGED
package/src/mielhvac.js
CHANGED
|
@@ -123,7 +123,7 @@ class MiElHvac extends EventEmitter {
|
|
|
123
123
|
const url = `http://${config.host}/cm?cmnd=`;
|
|
124
124
|
this.axiosInstance = axios.create({
|
|
125
125
|
baseURL: url,
|
|
126
|
-
timeout:
|
|
126
|
+
timeout: 15000,
|
|
127
127
|
withCredentials: config.auth,
|
|
128
128
|
auth: {
|
|
129
129
|
username: config.user,
|
package/src/sensors.js
CHANGED
package/src/switches.js
CHANGED