homebridge-melcloud-control 4.0.0-beta.222 → 4.0.0-beta.223
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 -8
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -235,21 +235,16 @@
|
|
|
235
235
|
"properties": {
|
|
236
236
|
"id": {
|
|
237
237
|
"title": "ID",
|
|
238
|
-
"type": "string"
|
|
239
|
-
"default": "0",
|
|
240
|
-
"readonly": true
|
|
238
|
+
"type": "string"
|
|
241
239
|
},
|
|
242
240
|
"type": {
|
|
243
241
|
"title": "Type",
|
|
244
|
-
"type": "integer"
|
|
245
|
-
"default": 0,
|
|
246
|
-
"readonly": true
|
|
242
|
+
"type": "integer"
|
|
247
243
|
},
|
|
248
244
|
"typeString": {
|
|
249
245
|
"title": "Type",
|
|
250
246
|
"type": "string",
|
|
251
|
-
"default": "Air Conditioner"
|
|
252
|
-
"readonly": true
|
|
247
|
+
"default": "Air Conditioner"
|
|
253
248
|
},
|
|
254
249
|
"displayType": {
|
|
255
250
|
"title": "Display Type",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.223",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|