homebridge-midea-platform 0.3.2 → 0.3.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 +3 -3
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -145,17 +145,17 @@
|
|
|
145
145
|
},
|
|
146
146
|
"minTemp": {
|
|
147
147
|
"title": "Minimum Temperature",
|
|
148
|
-
"type": "
|
|
148
|
+
"type": "number",
|
|
149
149
|
"default": 16
|
|
150
150
|
},
|
|
151
151
|
"maxTemp": {
|
|
152
152
|
"title": "Maximum Temperature",
|
|
153
|
-
"type": "
|
|
153
|
+
"type": "number",
|
|
154
154
|
"default": 30
|
|
155
155
|
},
|
|
156
156
|
"tempStep": {
|
|
157
157
|
"title": "Temperature Step",
|
|
158
|
-
"type": "
|
|
158
|
+
"type": "number",
|
|
159
159
|
"default": 1,
|
|
160
160
|
"enum": [
|
|
161
161
|
0.5,
|