homebridge-melcloud-control 4.6.1-beta.10 → 4.6.1-beta.12

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