homebridge-melcloud-control 4.6.1-beta.10 → 4.6.1-beta.13
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 +123 -119
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -2366,152 +2366,156 @@
|
|
|
2366
2366
|
"title": "{{ value.title }}",
|
|
2367
2367
|
"items": [
|
|
2368
2368
|
{
|
|
2369
|
-
"key": "accounts[].ataDevices",
|
|
2370
2369
|
"title": "Air Conditioner",
|
|
2371
2370
|
"items": [
|
|
2372
2371
|
{
|
|
2373
|
-
"key": "accounts[].ataDevices
|
|
2372
|
+
"key": "accounts[].ataDevices",
|
|
2374
2373
|
"type": "tabarray",
|
|
2375
2374
|
"title": "{{ value.name || 'Air Conditioner' }}",
|
|
2376
2375
|
"items": [
|
|
2377
2376
|
{
|
|
2378
|
-
"key": "accounts[].ataDevices[]
|
|
2379
|
-
"readonly": true
|
|
2380
|
-
},
|
|
2381
|
-
"accounts[].ataDevices[].displayType",
|
|
2382
|
-
{
|
|
2383
|
-
"title": "Settings",
|
|
2384
|
-
"type": "section",
|
|
2385
|
-
"description": "Section for setup device settings",
|
|
2386
|
-
"expandable": true,
|
|
2387
|
-
"expanded": false,
|
|
2388
|
-
"items": [
|
|
2389
|
-
"accounts[].ataDevices[].name",
|
|
2390
|
-
"accounts[].ataDevices[].heatDryFanMode",
|
|
2391
|
-
"accounts[].ataDevices[].coolDryFanMode",
|
|
2392
|
-
"accounts[].ataDevices[].autoDryFanMode"
|
|
2393
|
-
]
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"title": "Presets",
|
|
2397
|
-
"type": "section",
|
|
2398
|
-
"description": "Section for setup device presets",
|
|
2399
|
-
"expandable": true,
|
|
2400
|
-
"expanded": false,
|
|
2377
|
+
"key": "accounts[].ataDevices[]",
|
|
2401
2378
|
"items": [
|
|
2402
2379
|
{
|
|
2403
|
-
"key": "accounts[].ataDevices[].
|
|
2404
|
-
"
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
{
|
|
2408
|
-
"key": "accounts[].ataDevices[].presets[].id",
|
|
2409
|
-
"readonly": true
|
|
2410
|
-
},
|
|
2411
|
-
"accounts[].ataDevices[].presets[].displayType",
|
|
2412
|
-
"accounts[].ataDevices[].presets[].name",
|
|
2413
|
-
"accounts[].ataDevices[].presets[].namePrefix"
|
|
2414
|
-
]
|
|
2415
|
-
}
|
|
2416
|
-
],
|
|
2417
|
-
"condition": {
|
|
2418
|
-
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
2419
|
-
}
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"title": "Scenes",
|
|
2423
|
-
"type": "section",
|
|
2424
|
-
"description": "Section for setup device scenes",
|
|
2425
|
-
"expandable": true,
|
|
2426
|
-
"expanded": false,
|
|
2427
|
-
"items": [
|
|
2380
|
+
"key": "accounts[].ataDevices[].id",
|
|
2381
|
+
"readonly": true
|
|
2382
|
+
},
|
|
2383
|
+
"accounts[].ataDevices[].displayType",
|
|
2428
2384
|
{
|
|
2429
|
-
"
|
|
2430
|
-
"type": "
|
|
2431
|
-
"
|
|
2385
|
+
"title": "Settings",
|
|
2386
|
+
"type": "section",
|
|
2387
|
+
"description": "Section for setup device settings",
|
|
2388
|
+
"expandable": true,
|
|
2389
|
+
"expanded": false,
|
|
2432
2390
|
"items": [
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
"accounts[].ataDevices[].scenes[].displayType",
|
|
2438
|
-
"accounts[].ataDevices[].scenes[].name",
|
|
2439
|
-
"accounts[].ataDevices[].scenes[].namePrefix"
|
|
2391
|
+
"accounts[].ataDevices[].name",
|
|
2392
|
+
"accounts[].ataDevices[].heatDryFanMode",
|
|
2393
|
+
"accounts[].ataDevices[].coolDryFanMode",
|
|
2394
|
+
"accounts[].ataDevices[].autoDryFanMode"
|
|
2440
2395
|
]
|
|
2441
|
-
}
|
|
2442
|
-
],
|
|
2443
|
-
"condition": {
|
|
2444
|
-
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
|
|
2445
|
-
}
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"title": "Schedules",
|
|
2449
|
-
"type": "section",
|
|
2450
|
-
"description": "Section for setup device schedules",
|
|
2451
|
-
"expandable": true,
|
|
2452
|
-
"expanded": false,
|
|
2453
|
-
"items": [
|
|
2396
|
+
},
|
|
2454
2397
|
{
|
|
2455
|
-
"
|
|
2456
|
-
"type": "
|
|
2457
|
-
"
|
|
2398
|
+
"title": "Presets",
|
|
2399
|
+
"type": "section",
|
|
2400
|
+
"description": "Section for setup device presets",
|
|
2401
|
+
"expandable": true,
|
|
2402
|
+
"expanded": false,
|
|
2458
2403
|
"items": [
|
|
2459
2404
|
{
|
|
2460
|
-
"key": "accounts[].ataDevices[].
|
|
2461
|
-
"
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
"expanded": false,
|
|
2479
|
-
"items": [
|
|
2405
|
+
"key": "accounts[].ataDevices[].presets",
|
|
2406
|
+
"type": "tabarray",
|
|
2407
|
+
"title": "{{ value.name || 'Preset' }}",
|
|
2408
|
+
"items": [
|
|
2409
|
+
{
|
|
2410
|
+
"key": "accounts[].ataDevices[].presets[].id",
|
|
2411
|
+
"readonly": true
|
|
2412
|
+
},
|
|
2413
|
+
"accounts[].ataDevices[].presets[].displayType",
|
|
2414
|
+
"accounts[].ataDevices[].presets[].name",
|
|
2415
|
+
"accounts[].ataDevices[].presets[].namePrefix"
|
|
2416
|
+
]
|
|
2417
|
+
}
|
|
2418
|
+
],
|
|
2419
|
+
"condition": {
|
|
2420
|
+
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2480
2423
|
{
|
|
2481
|
-
"
|
|
2482
|
-
"type": "
|
|
2483
|
-
"
|
|
2424
|
+
"title": "Scenes",
|
|
2425
|
+
"type": "section",
|
|
2426
|
+
"description": "Section for setup device scenes",
|
|
2427
|
+
"expandable": true,
|
|
2428
|
+
"expanded": false,
|
|
2484
2429
|
"items": [
|
|
2485
2430
|
{
|
|
2486
|
-
"
|
|
2431
|
+
"key": "accounts[].ataDevices[].scenes",
|
|
2432
|
+
"type": "tabarray",
|
|
2433
|
+
"title": "{{ value.name || 'Scene' }}",
|
|
2487
2434
|
"items": [
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
"accounts[].ataDevices[].
|
|
2435
|
+
{
|
|
2436
|
+
"key": "accounts[].ataDevices[].scenes[].id",
|
|
2437
|
+
"readonly": true
|
|
2438
|
+
},
|
|
2439
|
+
"accounts[].ataDevices[].scenes[].displayType",
|
|
2440
|
+
"accounts[].ataDevices[].scenes[].name",
|
|
2441
|
+
"accounts[].ataDevices[].scenes[].namePrefix"
|
|
2493
2442
|
]
|
|
2494
|
-
}
|
|
2443
|
+
}
|
|
2444
|
+
],
|
|
2445
|
+
"condition": {
|
|
2446
|
+
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"title": "Schedules",
|
|
2451
|
+
"type": "section",
|
|
2452
|
+
"description": "Section for setup device schedules",
|
|
2453
|
+
"expandable": true,
|
|
2454
|
+
"expanded": false,
|
|
2455
|
+
"items": [
|
|
2495
2456
|
{
|
|
2496
|
-
"
|
|
2457
|
+
"key": "accounts[].ataDevices[].schedules",
|
|
2458
|
+
"type": "tabarray",
|
|
2459
|
+
"title": "{{ value.name || 'Schedule' }}",
|
|
2497
2460
|
"items": [
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2461
|
+
{
|
|
2462
|
+
"key": "accounts[].ataDevices[].schedules[].id",
|
|
2463
|
+
"readonly": true
|
|
2464
|
+
},
|
|
2465
|
+
"accounts[].ataDevices[].schedules[].displayType",
|
|
2466
|
+
"accounts[].ataDevices[].schedules[].name",
|
|
2467
|
+
"accounts[].ataDevices[].schedules[].namePrefix"
|
|
2501
2468
|
]
|
|
2502
|
-
}
|
|
2469
|
+
}
|
|
2470
|
+
],
|
|
2471
|
+
"condition": {
|
|
2472
|
+
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"title": "Monitoring And Control",
|
|
2477
|
+
"type": "section",
|
|
2478
|
+
"description": "Section for setup additional monitoring and control functions.",
|
|
2479
|
+
"expandable": true,
|
|
2480
|
+
"expanded": false,
|
|
2481
|
+
"items": [
|
|
2503
2482
|
{
|
|
2504
|
-
"
|
|
2483
|
+
"key": "accounts[].ataDevices[]",
|
|
2484
|
+
"type": "tabarray",
|
|
2485
|
+
"title": "{{ value.title }}",
|
|
2505
2486
|
"items": [
|
|
2506
2487
|
{
|
|
2507
|
-
"
|
|
2508
|
-
"
|
|
2509
|
-
|
|
2488
|
+
"title": "Sensors",
|
|
2489
|
+
"items": [
|
|
2490
|
+
"accounts[].ataDevices[].temperatureSensor",
|
|
2491
|
+
"accounts[].ataDevices[].temperatureOutdoorSensor",
|
|
2492
|
+
"accounts[].ataDevices[].inStandbySensor",
|
|
2493
|
+
"accounts[].ataDevices[].connectSensor",
|
|
2494
|
+
"accounts[].ataDevices[].errorSensor"
|
|
2495
|
+
]
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"title": "Functions",
|
|
2510
2499
|
"items": [
|
|
2511
|
-
"accounts[].ataDevices[].
|
|
2512
|
-
"accounts[].ataDevices[].
|
|
2513
|
-
"accounts[].ataDevices[].
|
|
2514
|
-
|
|
2500
|
+
"accounts[].ataDevices[].frostProtectionSupport",
|
|
2501
|
+
"accounts[].ataDevices[].overheatProtectionSupport",
|
|
2502
|
+
"accounts[].ataDevices[].holidayModeSupport"
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"title": "Custom Functions",
|
|
2507
|
+
"items": [
|
|
2508
|
+
{
|
|
2509
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
2510
|
+
"type": "tabarray",
|
|
2511
|
+
"title": "{{ value.name || 'Function' }}",
|
|
2512
|
+
"items": [
|
|
2513
|
+
"accounts[].ataDevices[].buttonsSensors[].displayType",
|
|
2514
|
+
"accounts[].ataDevices[].buttonsSensors[].mode",
|
|
2515
|
+
"accounts[].ataDevices[].buttonsSensors[].name",
|
|
2516
|
+
"accounts[].ataDevices[].buttonsSensors[].namePrefix"
|
|
2517
|
+
]
|
|
2518
|
+
}
|
|
2515
2519
|
]
|
|
2516
2520
|
}
|
|
2517
2521
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.6.1-beta.
|
|
4
|
+
"version": "4.6.1-beta.13",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|