homebridge-ac-freedom 2.0.2 → 2.0.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/CHANGELOG.md +4 -0
- package/config.schema.json +0 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/config.schema.json
CHANGED
|
@@ -85,13 +85,6 @@
|
|
|
85
85
|
"type": "boolean",
|
|
86
86
|
"default": true
|
|
87
87
|
},
|
|
88
|
-
"pollInterval": {
|
|
89
|
-
"title": "Poll Interval (seconds)",
|
|
90
|
-
"type": "integer",
|
|
91
|
-
"default": 30,
|
|
92
|
-
"minimum": 5,
|
|
93
|
-
"maximum": 300
|
|
94
|
-
},
|
|
95
88
|
"tempStep": {
|
|
96
89
|
"title": "Temperature Step",
|
|
97
90
|
"type": "number",
|
|
@@ -167,7 +160,6 @@
|
|
|
167
160
|
},
|
|
168
161
|
{ "key": "devices[].showComfWind" },
|
|
169
162
|
{ "key": "devices[].showDisplay" },
|
|
170
|
-
{ "key": "devices[].pollInterval" },
|
|
171
163
|
{
|
|
172
164
|
"key": "devices[].tempStep",
|
|
173
165
|
"titleMap": {
|
package/package.json
CHANGED