homebridge-melcloud-control 4.0.0-beta.469 → 4.0.0-beta.470

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 +18 -18
  2. package/package.json +1 -1
@@ -42,7 +42,7 @@
42
42
  "pattern": "^[0-9]+$",
43
43
  "default": "0",
44
44
  "description": "Here select the language used in MELCloud account.",
45
- "oneOf": [
45
+ "anyOf": [
46
46
  {
47
47
  "title": "English",
48
48
  "enum": [
@@ -206,7 +206,7 @@
206
206
  "type": "string",
207
207
  "default": "disabled",
208
208
  "description": "Here select the MELCloud account type.",
209
- "oneOf": [
209
+ "anyOf": [
210
210
  {
211
211
  "title": "None/Disabled",
212
212
  "enum": [
@@ -255,7 +255,7 @@
255
255
  "maximum": 2,
256
256
  "default": 0,
257
257
  "description": "Select accessory control type displayed in HomeKit app.",
258
- "oneOf": [
258
+ "anyOf": [
259
259
  {
260
260
  "title": "None/Disabled",
261
261
  "enum": [
@@ -288,7 +288,7 @@
288
288
  "maximum": 3,
289
289
  "default": 1,
290
290
  "description": "Select the operating mode for Heat, if this mode is not supported, it will be disabled.",
291
- "oneOf": [
291
+ "anyOf": [
292
292
  {
293
293
  "title": "None/Disabled",
294
294
  "enum": [
@@ -322,7 +322,7 @@
322
322
  "maximum": 3,
323
323
  "default": 1,
324
324
  "description": "Select the operating mode for Cool, if this mode is not supported, it will be disabled.",
325
- "oneOf": [
325
+ "anyOf": [
326
326
  {
327
327
  "title": "None/Disabled",
328
328
  "enum": [
@@ -356,7 +356,7 @@
356
356
  "maximum": 3,
357
357
  "default": 1,
358
358
  "description": "Select the operating mode for Auto, if this mode is not supported, it will be disabled.",
359
- "oneOf": [
359
+ "anyOf": [
360
360
  {
361
361
  "title": "None/Disabled",
362
362
  "enum": [
@@ -420,7 +420,7 @@
420
420
  "maximum": 5,
421
421
  "default": 0,
422
422
  "description": "Select the characteristic type to be displayed in HomeKit app.",
423
- "oneOf": [
423
+ "anyOf": [
424
424
  {
425
425
  "title": "None/Disabled",
426
426
  "enum": [
@@ -496,7 +496,7 @@
496
496
  "maximum": 5,
497
497
  "default": 0,
498
498
  "description": "Select the characteristic type to be displayed in HomeKit app.",
499
- "oneOf": [
499
+ "anyOf": [
500
500
  {
501
501
  "title": "None/Disabled",
502
502
  "enum": [
@@ -541,7 +541,7 @@
541
541
  "minimum": 0,
542
542
  "maximum": 40,
543
543
  "description": "Function, VH - Vane Horizontal, VV - Vane Vertical.",
544
- "oneOf": [
544
+ "anyOf": [
545
545
  {
546
546
  "title": "POWER ON/OFF",
547
547
  "enum": [
@@ -823,7 +823,7 @@
823
823
  "maximum": 2,
824
824
  "default": 0,
825
825
  "description": "Select accessory control type displayed in HomeKit app.",
826
- "oneOf": [
826
+ "anyOf": [
827
827
  {
828
828
  "title": "None/Disabled",
829
829
  "enum": [
@@ -851,7 +851,7 @@
851
851
  "maximum": 15,
852
852
  "default": 0,
853
853
  "description": "Select zone to hidde in HomeKit app, if present.",
854
- "oneOf": [
854
+ "anyOf": [
855
855
  {
856
856
  "title": "None/Disabled",
857
857
  "enum": [
@@ -1029,7 +1029,7 @@
1029
1029
  "maximum": 5,
1030
1030
  "default": 0,
1031
1031
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1032
- "oneOf": [
1032
+ "anyOf": [
1033
1033
  {
1034
1034
  "title": "None/Disabled",
1035
1035
  "enum": [
@@ -1105,7 +1105,7 @@
1105
1105
  "maximum": 5,
1106
1106
  "default": 0,
1107
1107
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1108
- "oneOf": [
1108
+ "anyOf": [
1109
1109
  {
1110
1110
  "title": "None/Disabled",
1111
1111
  "enum": [
@@ -1150,7 +1150,7 @@
1150
1150
  "minimum": 0,
1151
1151
  "maximum": 70,
1152
1152
  "description": "Select the function.",
1153
- "oneOf": [
1153
+ "anyOf": [
1154
1154
  {
1155
1155
  "title": "POWER ON/OFF",
1156
1156
  "enum": [
@@ -1352,7 +1352,7 @@
1352
1352
  "maximum": 2,
1353
1353
  "default": 0,
1354
1354
  "description": "Select accessory control type displayed in HomeKit app.",
1355
- "oneOf": [
1355
+ "anyOf": [
1356
1356
  {
1357
1357
  "title": "None/Disabled",
1358
1358
  "enum": [
@@ -1417,7 +1417,7 @@
1417
1417
  "maximum": 5,
1418
1418
  "default": 0,
1419
1419
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1420
- "oneOf": [
1420
+ "anyOf": [
1421
1421
  {
1422
1422
  "title": "None/Disabled",
1423
1423
  "enum": [
@@ -1496,7 +1496,7 @@
1496
1496
  "maximum": 5,
1497
1497
  "default": 0,
1498
1498
  "description": "Select the characteristic type to be displayed in HomeKit app.",
1499
- "oneOf": [
1499
+ "anyOf": [
1500
1500
  {
1501
1501
  "title": "None/Disabled",
1502
1502
  "enum": [
@@ -1541,7 +1541,7 @@
1541
1541
  "minimum": 0,
1542
1542
  "maximum": 18,
1543
1543
  "description": "Select the function.",
1544
- "oneOf": [
1544
+ "anyOf": [
1545
1545
  {
1546
1546
  "title": "POWER ON/OFF",
1547
1547
  "enum": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.0.0-beta.469",
4
+ "version": "4.0.0-beta.470",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",