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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.3
4
+
5
+ - Remove Poll Interval from config UI — hardcoded to 30 seconds
6
+
3
7
  ## 1.2.3
4
8
 
5
9
  - Revert to section+expandable layout (per-device collapse/expand)
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-ac-freedom",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "displayName": "AC Freedom",
5
5
  "description": "Homebridge plugin for AUX air conditioners via Broadlink (local UDP) and AUX Cloud API",
6
6
  "main": "index.js",