homebridge-tasmota-control 1.3.1 → 1.3.3

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -121,7 +121,7 @@ class tasmotaPlatform {
121
121
  //start impulse generator
122
122
  await impulseGenerator.start([{ name: 'start', sampling: 45000 }]);
123
123
  } catch (error) {
124
- throw new Error(`Device: ${host} ${deviceName}, Did finish launching error: ${error}.`);
124
+ const emitLog = disableLogError ? false : log.error(`Device: ${host} ${deviceName}, Did finish launching error: ${error}.`);
125
125
  }
126
126
  };
127
127
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "1.3.1",
4
+ "version": "1.3.3",
5
5
  "description": "Homebridge plugin to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -30,11 +30,11 @@
30
30
  "LICENSE"
31
31
  ],
32
32
  "engines": {
33
- "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.26 || ^2.0.0-alpha.37",
33
+ "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.27 || ^2.0.0-alpha.37",
34
34
  "node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
35
35
  },
36
36
  "dependencies": {
37
- "axios": "^1.8.3"
37
+ "axios": "^1.8.4"
38
38
  },
39
39
  "keywords": [
40
40
  "homebridge",