homebridge-tasmota-control 0.4.19 → 0.4.20

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <a href="https://github.com/grzegorz914/homebridge-tasmota-control"><img src="https://raw.githubusercontent.com/grzegorz914/homebridge-tasmota-control/main/homebridge-tasmota-control.png" width="640"></a>
2
+ <a href="https://github.com/grzegorz914/homebridge-tasmota-control"><img src="https://raw.githubusercontent.com/grzegorz914/homebridge-tasmota-control/main/graphics/homebridge-tasmota-control.png" width="640"></a>
3
3
  </p>
4
4
 
5
5
  <span align="center">
@@ -47,9 +47,10 @@
47
47
  "refreshInterval": {
48
48
  "title": "Refresh Interval (sec)",
49
49
  "type": "integer",
50
- "default": 10,
50
+ "default": 5,
51
51
  "minimum": 0,
52
52
  "maximum": 60,
53
+ "description": "Here set the data refresh time in (sec).",
53
54
  "required": true
54
55
  },
55
56
  "enableDebugMode": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "0.4.19",
4
+ "version": "0.4.20",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -27,7 +27,7 @@
27
27
  "homebridge": ">=1.5.0"
28
28
  },
29
29
  "dependencies": {
30
- "axios": "^1.3.0"
30
+ "axios": "^1.4.0"
31
31
  },
32
32
  "keywords": [
33
33
  "homebridge",