homebridge-tasmota-control 0.4.25 → 0.4.27
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Homebridge plugin for Tasmota flashed devices.
|
|
|
29
29
|
* The `sample-config.json` can be edited and used as an alternative.
|
|
30
30
|
* Be sure to always make a backup copy of your config.json file before making any changes to it.
|
|
31
31
|
|
|
32
|
-
<p align="
|
|
32
|
+
<p align="center">
|
|
33
33
|
<a href="https://github.com/grzegorz914/homebridge-tasmota-control"><img src="https://raw.githubusercontent.com/grzegorz914/homebridge-tasmota-control/master/graphics/ustawienia.png" width="840"></a>
|
|
34
34
|
</p>
|
|
35
35
|
|
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.
|
|
4
|
+
"version": "0.4.27",
|
|
5
5
|
"description": "Homebridge plugin (https://github.com/homebridge/homebridge) to control Tasmota flashed devices.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"LICENSE"
|
|
24
24
|
],
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": ">=
|
|
27
|
-
"homebridge": ">=1.
|
|
26
|
+
"node": ">=18.0.0",
|
|
27
|
+
"homebridge": ">=1.6.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "^1.5.
|
|
30
|
+
"axios": "^1.5.1"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"homebridge",
|