homebridge-virtual-accessories 3.11.3 → 3.11.4
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 +2 -2
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"properties": {
|
|
91
91
|
"enabled": {
|
|
92
92
|
"title": "Enabled",
|
|
93
|
-
"description": "
|
|
93
|
+
"description": "Update sensors via web calls",
|
|
94
94
|
"type": "boolean"
|
|
95
95
|
},
|
|
96
96
|
"port": {
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
},
|
|
736
736
|
"muteLogging" : {
|
|
737
737
|
"title": "Mute Logging",
|
|
738
|
-
"description": "Log information will only be visible when
|
|
738
|
+
"description": "Log information will only be visible when running in debug mode",
|
|
739
739
|
"type": "boolean"
|
|
740
740
|
}
|
|
741
741
|
},
|
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.11.
|
|
5
|
+
"version": "3.11.4",
|
|
6
6
|
"description": "Virtual HomeKit accessories for Homebridge.",
|
|
7
7
|
"author": "justjam2013",
|
|
8
8
|
"license": "MIT",
|