homebridge-tasmota-control 1.7.8 → 1.7.9

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/config.schema.json +14 -15
  2. package/package.json +1 -1
@@ -64,7 +64,7 @@
64
64
  "minimum": 0,
65
65
  "maximum": 3,
66
66
  "default": 1,
67
- "oneOf": [
67
+ "anyOf": [
68
68
  {
69
69
  "title": "None/Disabled",
70
70
  "enum": [
@@ -98,7 +98,7 @@
98
98
  "minimum": 0,
99
99
  "maximum": 3,
100
100
  "default": 1,
101
- "oneOf": [
101
+ "anyOf": [
102
102
  {
103
103
  "title": "None/Disabled",
104
104
  "enum": [
@@ -132,7 +132,7 @@
132
132
  "minimum": 0,
133
133
  "maximum": 3,
134
134
  "default": 1,
135
- "oneOf": [
135
+ "anyOf": [
136
136
  {
137
137
  "title": "None/Disabled",
138
138
  "enum": [
@@ -231,7 +231,7 @@
231
231
  "minimum": 0,
232
232
  "maximum": 5,
233
233
  "default": 0,
234
- "oneOf": [
234
+ "anyOf": [
235
235
  {
236
236
  "title": "None/Disabled",
237
237
  "enum": [
@@ -284,7 +284,7 @@
284
284
  "title": "Operation Mode",
285
285
  "type": "string",
286
286
  "default": "heat",
287
- "oneOf": [
287
+ "anyOf": [
288
288
  {
289
289
  "title": "HEAT",
290
290
  "enum": [
@@ -336,7 +336,7 @@
336
336
  "fanSpeed": {
337
337
  "title": "Fan Speed",
338
338
  "type": "string",
339
- "oneOf": [
339
+ "anyOf": [
340
340
  {
341
341
  "title": "AUTO",
342
342
  "enum": [
@@ -383,7 +383,7 @@
383
383
  "title": "VANE Vertical Direction",
384
384
  "type": "string",
385
385
  "default": "auto",
386
- "oneOf": [
386
+ "anyOf": [
387
387
  {
388
388
  "title": "AUTO",
389
389
  "enum": [
@@ -436,7 +436,7 @@
436
436
  "title": "VANE Horizontal Direction",
437
437
  "type": "string",
438
438
  "default": "swing",
439
- "oneOf": [
439
+ "anyOf": [
440
440
  {
441
441
  "title": "AIR DIRECTION",
442
442
  "enum": [
@@ -530,7 +530,7 @@
530
530
  "minimum": 0,
531
531
  "maximum": 2,
532
532
  "default": 0,
533
- "oneOf": [
533
+ "anyOf": [
534
534
  {
535
535
  "title": "None/Disabled",
536
536
  "enum": [
@@ -568,7 +568,7 @@
568
568
  "maximum": 63,
569
569
  "default": 0,
570
570
  "description": "Here select function.",
571
- "oneOf": [
571
+ "anyOf": [
572
572
  {
573
573
  "title": "POWER",
574
574
  "enum": [
@@ -835,7 +835,7 @@
835
835
  "minimum": 0,
836
836
  "maximum": 3,
837
837
  "default": 0,
838
- "oneOf": [
838
+ "anyOf": [
839
839
  {
840
840
  "title": "None/Disabled",
841
841
  "enum": [
@@ -879,7 +879,7 @@
879
879
  "maximum": 94,
880
880
  "default": 0,
881
881
  "description": "Here select function.",
882
- "oneOf": [
882
+ "anyOf": [
883
883
  {
884
884
  "title": "POWER",
885
885
  "enum": [
@@ -1238,8 +1238,7 @@
1238
1238
  "title": "Activate",
1239
1239
  "type": "boolean",
1240
1240
  "default": false,
1241
- "description": "This enable frost protect function.",
1242
- "required": false
1241
+ "description": "This enable frost protect function."
1243
1242
  },
1244
1243
  "lowTemp": {
1245
1244
  "title": "Low Temperature",
@@ -1292,7 +1291,7 @@
1292
1291
  "minimum": 0,
1293
1292
  "maximum": 1,
1294
1293
  "default": 0,
1295
- "oneOf": [
1294
+ "anyOf": [
1296
1295
  {
1297
1296
  "title": "Outlet",
1298
1297
  "enum": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "1.7.8",
4
+ "version": "1.7.9",
5
5
  "description": "Homebridge plugin to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",