homebridge-virtual-accessories 3.8.2 → 3.8.3
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 +8 -9
- package/package.json +1 -1
package/config.schema.json
CHANGED
@@ -350,7 +350,8 @@
|
|
350
350
|
}
|
351
351
|
},
|
352
352
|
"": {
|
353
|
-
"title": "
|
353
|
+
"title": "",
|
354
|
+
"description": "Note: The heating threshold value **must be lower** than the cooling threshold value",
|
354
355
|
"type": "object",
|
355
356
|
"properties": {},
|
356
357
|
"condition": {
|
@@ -470,7 +471,8 @@
|
|
470
471
|
}
|
471
472
|
},
|
472
473
|
"": {
|
473
|
-
"title": "
|
474
|
+
"title": "",
|
475
|
+
"description": "Note: The humidifier threshold value **must be lower** than the dehumidifier threshold value",
|
474
476
|
"type": "object",
|
475
477
|
"properties": {},
|
476
478
|
"condition": {
|
@@ -650,6 +652,7 @@
|
|
650
652
|
},
|
651
653
|
"defaultState": {
|
652
654
|
"title": "Default State *",
|
655
|
+
"description": "The default state **must be** either 'Disarmed' or one of the available armed states",
|
653
656
|
"type": "string",
|
654
657
|
"oneOf": [
|
655
658
|
{ "title": "Armed - Away", "enum": ["armedaway"] },
|
@@ -657,11 +660,6 @@
|
|
657
660
|
{ "title": "Armed - Night", "enum": ["armednight"] },
|
658
661
|
{ "title": "Disarmed", "enum": ["disarmed"] }
|
659
662
|
]
|
660
|
-
},
|
661
|
-
"": {
|
662
|
-
"title": "Note: The default state **must be** either 'Disarmed' or one of the available armed states",
|
663
|
-
"type": "object",
|
664
|
-
"properties": {}
|
665
663
|
}
|
666
664
|
},
|
667
665
|
"condition": {
|
@@ -987,7 +985,8 @@
|
|
987
985
|
}
|
988
986
|
},
|
989
987
|
"": {
|
990
|
-
"title": "
|
988
|
+
"title": "",
|
989
|
+
"description": "Note: The minimum duration value **must be shorter** than the maximum duration value",
|
991
990
|
"type": "object",
|
992
991
|
"properties": {},
|
993
992
|
"condition": {
|
@@ -1586,7 +1585,7 @@
|
|
1586
1585
|
},
|
1587
1586
|
"": {
|
1588
1587
|
"title": " ",
|
1589
|
-
"description": "Note: You can
|
1588
|
+
"description": "Note: You can change the accessory order by dragging them to a new location in the list. Click the 'Save' button to update the configuration.",
|
1590
1589
|
"type": "object",
|
1591
1590
|
"properties": {}
|
1592
1591
|
}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "homebridge-virtual-accessories",
|
3
3
|
"displayName": "Virtual Accessories for Homebridge",
|
4
4
|
"type": "module",
|
5
|
-
"version": "3.8.
|
5
|
+
"version": "3.8.3",
|
6
6
|
"description": "Virtual HomeKit accessories for Homebridge.",
|
7
7
|
"author": "justjam2013",
|
8
8
|
"license": "MIT",
|