homebridge-tasmota-control 1.8.0-beta.0 → 1.8.0-beta.1
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/config.schema.json +1 -19
- package/package.json +2 -2
package/config.schema.json
CHANGED
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"maximum": 5,
|
|
249
249
|
"anyOf": [
|
|
250
250
|
{
|
|
251
|
-
"title": "
|
|
251
|
+
"title": "Disabled",
|
|
252
252
|
"enum": [
|
|
253
253
|
0
|
|
254
254
|
]
|
|
@@ -1450,24 +1450,6 @@
|
|
|
1450
1450
|
"host"
|
|
1451
1451
|
],
|
|
1452
1452
|
"allOf": [
|
|
1453
|
-
{
|
|
1454
|
-
"if": {
|
|
1455
|
-
"required": [
|
|
1456
|
-
"auth"
|
|
1457
|
-
],
|
|
1458
|
-
"properties": {
|
|
1459
|
-
"auth": {
|
|
1460
|
-
"const": true
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
"then": {
|
|
1465
|
-
"required": [
|
|
1466
|
-
"path",
|
|
1467
|
-
"refreshInterval"
|
|
1468
|
-
]
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
1453
|
{
|
|
1472
1454
|
"if": {
|
|
1473
1455
|
"required": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Tasmota Control",
|
|
3
3
|
"name": "homebridge-tasmota-control",
|
|
4
|
-
"version": "1.8.0-beta.
|
|
4
|
+
"version": "1.8.0-beta.1",
|
|
5
5
|
"description": "Homebridge plugin to control Tasmota flashed devices.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"LICENSE"
|
|
31
31
|
],
|
|
32
32
|
"engines": {
|
|
33
|
-
"homebridge": "^1.8.0 || ^2.0.0 || ^2.0.0-beta.40 || ^2.0.0-alpha.
|
|
33
|
+
"homebridge": "^1.8.0 || ^2.0.0 || ^2.0.0-beta.40 || ^2.0.0-alpha.60",
|
|
34
34
|
"node": "^20 || ^22 || ^24 || ^25"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|