homey-api 1.8.0 → 1.9.0

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.
@@ -7080,6 +7080,10 @@
7080
7080
 
7081
7081
 
7082
7082
 
7083
+
7084
+
7085
+
7086
+
7083
7087
 
7084
7088
 
7085
7089
 
@@ -7133,6 +7137,20 @@
7133
7137
 
7134
7138
 
7135
7139
 
7140
+ export namespace HomeyAPIV3Cloud.ManagerCron {
7141
+
7142
+ export class Cronjob {
7143
+
7144
+
7145
+
7146
+ id: string;
7147
+
7148
+
7149
+
7150
+ }
7151
+
7152
+ }
7153
+
7136
7154
 
7137
7155
 
7138
7156
  export namespace HomeyAPIV3Cloud.ManagerDashboards {
@@ -7179,6 +7197,8 @@
7179
7197
 
7180
7198
  name: string;
7181
7199
 
7200
+ note: string;
7201
+
7182
7202
 
7183
7203
 
7184
7204
  }
@@ -7221,7 +7241,7 @@
7221
7241
 
7222
7242
  export namespace HomeyAPIV3Cloud.ManagerFlow {
7223
7243
 
7224
- export class Flow {
7244
+ export class AdvancedFlow {
7225
7245
 
7226
7246
 
7227
7247
 
@@ -7229,6 +7249,14 @@
7229
7249
 
7230
7250
 
7231
7251
 
7252
+ }
7253
+
7254
+ export class Flow {
7255
+
7256
+
7257
+
7258
+
7259
+
7232
7260
  }
7233
7261
 
7234
7262
  export class FlowCardAction {
@@ -7401,6 +7429,8 @@
7401
7429
 
7402
7430
 
7403
7431
 
7432
+
7433
+
7404
7434
  export namespace HomeyAPIV3Cloud.ManagerRF {
7405
7435
 
7406
7436
  export class Signal {
@@ -7417,6 +7447,10 @@
7417
7447
 
7418
7448
 
7419
7449
 
7450
+
7451
+
7452
+
7453
+
7420
7454
  export namespace HomeyAPIV3Cloud.ManagerSessions {
7421
7455
 
7422
7456
  export class Session {
@@ -7787,6 +7821,8 @@
7787
7821
 
7788
7822
  name: string;
7789
7823
 
7824
+ note: string;
7825
+
7790
7826
 
7791
7827
 
7792
7828
  }
@@ -7925,8 +7961,6 @@
7925
7961
 
7926
7962
 
7927
7963
 
7928
- id: string;
7929
-
7930
7964
 
7931
7965
 
7932
7966
  }
@@ -8546,6 +8580,29 @@
8546
8580
 
8547
8581
 
8548
8582
 
8583
+ ):
8584
+ Promise<any>;
8585
+
8586
+ getAppStd(
8587
+
8588
+
8589
+
8590
+
8591
+ opts: {
8592
+
8593
+
8594
+ id: string,
8595
+
8596
+
8597
+
8598
+ message: string,
8599
+
8600
+
8601
+ },
8602
+
8603
+
8604
+
8605
+
8549
8606
  ):
8550
8607
  Promise<any>;
8551
8608
 
@@ -8846,7 +8903,21 @@
8846
8903
  opts: {
8847
8904
 
8848
8905
 
8849
- dashboard: *,
8906
+ dashboard: {
8907
+
8908
+
8909
+ name: string,
8910
+
8911
+
8912
+
8913
+ widgets: object,
8914
+
8915
+
8916
+
8917
+ lines: object,
8918
+
8919
+
8920
+ },
8850
8921
 
8851
8922
 
8852
8923
  },
@@ -8869,7 +8940,21 @@
8869
8940
 
8870
8941
 
8871
8942
 
8872
- dashboard: *,
8943
+ dashboard: {
8944
+
8945
+
8946
+ name: string,
8947
+
8948
+
8949
+
8950
+ widgets: object,
8951
+
8952
+
8953
+
8954
+ lines: object,
8955
+
8956
+
8957
+ },
8873
8958
 
8874
8959
 
8875
8960
  },
@@ -9005,7 +9090,7 @@
9005
9090
 
9006
9091
 
9007
9092
 
9008
- settings: *,
9093
+ settings: object,
9009
9094
 
9010
9095
 
9011
9096
  },
@@ -9033,7 +9118,29 @@
9033
9118
 
9034
9119
 
9035
9120
 
9036
- device: *,
9121
+ device: {
9122
+
9123
+
9124
+ name: string,
9125
+
9126
+
9127
+
9128
+ zone: string,
9129
+
9130
+
9131
+
9132
+ note: string,
9133
+
9134
+
9135
+
9136
+ iconOverride: string,
9137
+
9138
+
9139
+
9140
+ virtualClass: string,
9141
+
9142
+
9143
+ },
9037
9144
 
9038
9145
 
9039
9146
  },
@@ -9102,7 +9209,7 @@
9102
9209
 
9103
9210
 
9104
9211
 
9105
- value: *,
9212
+ value: string | number | boolean,
9106
9213
 
9107
9214
 
9108
9215
 
@@ -9251,7 +9358,25 @@
9251
9358
  opts: {
9252
9359
 
9253
9360
 
9254
- pairsession: *,
9361
+ pairsession: {
9362
+
9363
+
9364
+ type: string,
9365
+
9366
+
9367
+
9368
+ driverId: string,
9369
+
9370
+
9371
+
9372
+ deviceId: string,
9373
+
9374
+
9375
+
9376
+ zoneId: string,
9377
+
9378
+
9379
+ },
9255
9380
 
9256
9381
 
9257
9382
  },
@@ -9366,30 +9491,53 @@
9366
9491
 
9367
9492
 
9368
9493
 
9369
- device: *,
9494
+ device: {
9495
+
9496
+
9497
+ name: string,
9370
9498
 
9371
9499
 
9372
- },
9500
+
9501
+ data: *,
9373
9502
 
9374
9503
 
9375
-
9376
-
9377
- ):
9378
- Promise<any>;
9379
9504
 
9380
- updatePairSessionDevice(
9381
-
9382
-
9505
+ zone: string,
9506
+
9383
9507
 
9384
9508
 
9385
- opts: {
9509
+ store: object,
9510
+
9386
9511
 
9387
9512
 
9388
- id: string,
9513
+ capabilities: Array<any>,
9389
9514
 
9390
9515
 
9391
9516
 
9392
- device: *,
9517
+ capabilitiesOptions: object,
9518
+
9519
+
9520
+
9521
+ class: string,
9522
+
9523
+
9524
+
9525
+ icon: string,
9526
+
9527
+
9528
+
9529
+ iconOverride: string,
9530
+
9531
+
9532
+
9533
+ settings: object,
9534
+
9535
+
9536
+
9537
+ energy: object,
9538
+
9539
+
9540
+ },
9393
9541
 
9394
9542
 
9395
9543
  },
@@ -9526,7 +9674,33 @@
9526
9674
  opts: {
9527
9675
 
9528
9676
 
9529
- flow: *,
9677
+ flow: {
9678
+
9679
+
9680
+ name: string,
9681
+
9682
+
9683
+
9684
+ folder: string,
9685
+
9686
+
9687
+
9688
+ enabled: boolean,
9689
+
9690
+
9691
+
9692
+ trigger: object,
9693
+
9694
+
9695
+
9696
+ conditions: Array<any>,
9697
+
9698
+
9699
+
9700
+ actions: Array<any>,
9701
+
9702
+
9703
+ },
9530
9704
 
9531
9705
 
9532
9706
  },
@@ -9549,7 +9723,33 @@
9549
9723
 
9550
9724
 
9551
9725
 
9552
- flow: *,
9726
+ flow: {
9727
+
9728
+
9729
+ name: string,
9730
+
9731
+
9732
+
9733
+ folder: string,
9734
+
9735
+
9736
+
9737
+ enabled: boolean,
9738
+
9739
+
9740
+
9741
+ trigger: object,
9742
+
9743
+
9744
+
9745
+ conditions: Array<any>,
9746
+
9747
+
9748
+
9749
+ actions: Array<any>,
9750
+
9751
+
9752
+ },
9553
9753
 
9554
9754
 
9555
9755
  },
@@ -9587,7 +9787,21 @@
9587
9787
  opts: {
9588
9788
 
9589
9789
 
9590
- flow: *,
9790
+ flow: {
9791
+
9792
+
9793
+ trigger: object,
9794
+
9795
+
9796
+
9797
+ conditions: Array<any>,
9798
+
9799
+
9800
+
9801
+ actions: Array<any>,
9802
+
9803
+
9804
+ },
9591
9805
 
9592
9806
 
9593
9807
 
@@ -9676,7 +9890,17 @@
9676
9890
  opts: {
9677
9891
 
9678
9892
 
9679
- flowfolder: *,
9893
+ flowfolder: {
9894
+
9895
+
9896
+ name: string,
9897
+
9898
+
9899
+
9900
+ parent: string,
9901
+
9902
+
9903
+ },
9680
9904
 
9681
9905
 
9682
9906
  },
@@ -9699,7 +9923,17 @@
9699
9923
 
9700
9924
 
9701
9925
 
9702
- flowfolder: *,
9926
+ flowfolder: {
9927
+
9928
+
9929
+ name: string,
9930
+
9931
+
9932
+
9933
+ parent: string,
9934
+
9935
+
9936
+ },
9703
9937
 
9704
9938
 
9705
9939
  },
@@ -9729,7 +9963,17 @@
9729
9963
  ):
9730
9964
  Promise<any>;
9731
9965
 
9732
- getFlowCardTrigger(
9966
+ getFlowCardTriggers(
9967
+
9968
+ ):
9969
+ Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardTrigger>;
9970
+
9971
+ getFlowCardConditions(
9972
+
9973
+ ):
9974
+ Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardCondition>;
9975
+
9976
+ runFlowCardCondition(
9733
9977
 
9734
9978
 
9735
9979
 
@@ -9740,20 +9984,36 @@
9740
9984
  id: string,
9741
9985
 
9742
9986
 
9987
+
9988
+ uri: string,
9989
+
9990
+
9991
+
9992
+ args: object,
9993
+
9994
+
9995
+
9996
+ tokens: object,
9997
+
9998
+
9999
+
10000
+ droptoken: string,
10001
+
10002
+
9743
10003
  },
9744
10004
 
9745
10005
 
9746
10006
 
9747
10007
 
9748
10008
  ):
9749
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardTrigger>;
10009
+ Promise<any>;
9750
10010
 
9751
- getFlowCardTriggers(
10011
+ getFlowCardActions(
9752
10012
 
9753
10013
  ):
9754
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardTrigger>;
10014
+ Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardAction>;
9755
10015
 
9756
- getFlowCardCondition(
10016
+ runFlowCardAction(
9757
10017
 
9758
10018
 
9759
10019
 
@@ -9764,20 +10024,74 @@
9764
10024
  id: string,
9765
10025
 
9766
10026
 
10027
+
10028
+ uri: string,
10029
+
10030
+
10031
+
10032
+ args: object,
10033
+
10034
+
10035
+
10036
+ tokens: object,
10037
+
10038
+
10039
+
10040
+ droptoken: string,
10041
+
10042
+
10043
+
10044
+ duration: number,
10045
+
10046
+
9767
10047
  },
9768
10048
 
9769
10049
 
9770
10050
 
9771
10051
 
9772
10052
  ):
9773
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardCondition>;
10053
+ Promise<any>;
9774
10054
 
9775
- getFlowCardConditions(
10055
+ getFlowCardAutocomplete(
10056
+
10057
+
10058
+
10059
+
10060
+ opts: {
10061
+
10062
+
10063
+ id: string,
10064
+
10065
+
10066
+
10067
+ uri: string,
10068
+
10069
+
10070
+
10071
+ type: string,
10072
+
10073
+
10074
+
10075
+ name: string,
10076
+
10077
+
10078
+
10079
+ query: string,
10080
+
10081
+
10082
+
10083
+ args: object,
10084
+
10085
+
10086
+ },
10087
+
10088
+
10089
+
9776
10090
 
9777
10091
  ):
9778
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardCondition>;
10092
+ Promise<any>;
9779
10093
 
9780
- getFlowCardAction(
10094
+ getAdvancedFlow(
9781
10095
 
9782
10096
 
9783
10097
 
@@ -9794,14 +10108,14 @@
9794
10108
 
9795
10109
 
9796
10110
  ):
9797
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardAction>;
10111
+ Promise<HomeyAPIV3Cloud.ManagerFlow.AdvancedFlow>;
9798
10112
 
9799
- getFlowCardActions(
10113
+ getAdvancedFlows(
9800
10114
 
9801
10115
  ):
9802
- Promise<HomeyAPIV3Cloud.ManagerFlow.FlowCardAction>;
10116
+ Promise<HomeyAPIV3Cloud.ManagerFlow.AdvancedFlow>;
9803
10117
 
9804
- getFlowCardAutocomplete(
10118
+ createAdvancedFlow(
9805
10119
 
9806
10120
 
9807
10121
 
@@ -9809,27 +10123,49 @@
9809
10123
  opts: {
9810
10124
 
9811
10125
 
9812
- id: string,
10126
+ advancedflow: *,
10127
+
10128
+
10129
+ },
9813
10130
 
9814
10131
 
10132
+
10133
+
10134
+ ):
10135
+ Promise<HomeyAPIV3Cloud.ManagerFlow.AdvancedFlow>;
9815
10136
 
9816
- uri: string,
10137
+ updateAdvancedFlow(
10138
+
10139
+
10140
+
9817
10141
 
10142
+ opts: {
9818
10143
 
9819
10144
 
9820
- type: string,
10145
+ id: string,
9821
10146
 
9822
10147
 
9823
10148
 
9824
- name: string,
10149
+ advancedflow: *,
9825
10150
 
9826
10151
 
10152
+ },
9827
10153
 
9828
- query: string,
10154
+
10155
+
10156
+
10157
+ ):
10158
+ Promise<HomeyAPIV3Cloud.ManagerFlow.AdvancedFlow>;
9829
10159
 
10160
+ deleteAdvancedFlow(
10161
+
10162
+
9830
10163
 
9831
10164
 
9832
- args: object,
10165
+ opts: {
10166
+
10167
+
10168
+ id: string,
9833
10169
 
9834
10170
 
9835
10171
  },
@@ -10190,6 +10526,29 @@
10190
10526
 
10191
10527
 
10192
10528
 
10529
+ opts: {
10530
+
10531
+
10532
+ id: string,
10533
+
10534
+
10535
+
10536
+ uri: string,
10537
+
10538
+
10539
+ },
10540
+
10541
+
10542
+
10543
+
10544
+ ):
10545
+ Promise<any>;
10546
+
10547
+ deleteLogEntries(
10548
+
10549
+
10550
+
10551
+
10193
10552
  opts: {
10194
10553
 
10195
10554
 
@@ -10249,7 +10608,21 @@
10249
10608
  opts: {
10250
10609
 
10251
10610
 
10252
- variable: *,
10611
+ variable: {
10612
+
10613
+
10614
+ name: string,
10615
+
10616
+
10617
+
10618
+ type: string,
10619
+
10620
+
10621
+
10622
+ value: string | number | boolean,
10623
+
10624
+
10625
+ },
10253
10626
 
10254
10627
 
10255
10628
  },
@@ -10272,7 +10645,17 @@
10272
10645
 
10273
10646
 
10274
10647
 
10275
- variable: *,
10648
+ variable: {
10649
+
10650
+
10651
+ name: string,
10652
+
10653
+
10654
+
10655
+ value: string | number | boolean,
10656
+
10657
+
10658
+ },
10276
10659
 
10277
10660
 
10278
10661
  },
@@ -10330,7 +10713,7 @@
10330
10713
  ):
10331
10714
  Promise<any>;
10332
10715
 
10333
- emitMobileEvent(
10716
+ onMobileEvent(
10334
10717
 
10335
10718
 
10336
10719
 
@@ -10491,6 +10874,29 @@
10491
10874
  ):
10492
10875
  Promise<any>;
10493
10876
 
10877
+ isConnected(
10878
+
10879
+ ):
10880
+ Boolean;
10881
+
10882
+ connect(
10883
+
10884
+ ):
10885
+ Promise<void>;
10886
+
10887
+ disconnect(
10888
+
10889
+ ):
10890
+ Promise<void>;
10891
+
10892
+ }
10893
+
10894
+ export class ManagerPremium extends HomeyAPIV3Cloud.Manager {
10895
+
10896
+
10897
+
10898
+
10899
+
10494
10900
  isConnected(
10495
10901
 
10496
10902
  ):
@@ -10531,7 +10937,13 @@
10531
10937
 
10532
10938
 
10533
10939
 
10534
- opts: object,
10940
+ opts: {
10941
+
10942
+
10943
+ forceFlowTrigger: boolean,
10944
+
10945
+
10946
+ },
10535
10947
 
10536
10948
 
10537
10949
  },
@@ -10577,7 +10989,13 @@
10577
10989
 
10578
10990
 
10579
10991
 
10580
- opts: object,
10992
+ opts: {
10993
+
10994
+
10995
+ forceFlowTrigger: boolean,
10996
+
10997
+
10998
+ },
10581
10999
 
10582
11000
 
10583
11001
  },
@@ -10659,6 +11077,29 @@
10659
11077
 
10660
11078
 
10661
11079
 
11080
+ ):
11081
+ Promise<any>;
11082
+
11083
+ emulate(
11084
+
11085
+
11086
+
11087
+
11088
+ opts: {
11089
+
11090
+
11091
+ frequency: string,
11092
+
11093
+
11094
+
11095
+ data: Array<any>,
11096
+
11097
+
11098
+ },
11099
+
11100
+
11101
+
11102
+
10662
11103
  ):
10663
11104
  Promise<any>;
10664
11105
 
@@ -10725,6 +11166,62 @@
10725
11166
 
10726
11167
 
10727
11168
 
11169
+ ):
11170
+ Promise<any>;
11171
+
11172
+ isConnected(
11173
+
11174
+ ):
11175
+ Boolean;
11176
+
11177
+ connect(
11178
+
11179
+ ):
11180
+ Promise<void>;
11181
+
11182
+ disconnect(
11183
+
11184
+ ):
11185
+ Promise<void>;
11186
+
11187
+ }
11188
+
11189
+ export class ManagerSafety extends HomeyAPIV3Cloud.Manager {
11190
+
11191
+
11192
+
11193
+
11194
+
11195
+ getState(
11196
+
11197
+ ):
11198
+ Promise<any>;
11199
+
11200
+ isConnected(
11201
+
11202
+ ):
11203
+ Boolean;
11204
+
11205
+ connect(
11206
+
11207
+ ):
11208
+ Promise<void>;
11209
+
11210
+ disconnect(
11211
+
11212
+ ):
11213
+ Promise<void>;
11214
+
11215
+ }
11216
+
11217
+ export class ManagerSecurity extends HomeyAPIV3Cloud.Manager {
11218
+
11219
+
11220
+
11221
+
11222
+
11223
+ getState(
11224
+
10728
11225
  ):
10729
11226
  Promise<any>;
10730
11227
 
@@ -10823,22 +11320,41 @@
10823
11320
  ):
10824
11321
  Promise<any>;
10825
11322
 
10826
- getMemoryInfo(
11323
+ reboot(
10827
11324
 
10828
11325
  ):
10829
11326
  Promise<any>;
10830
11327
 
10831
- getStorageInfo(
11328
+ sendLog(
11329
+
11330
+
11331
+
11332
+
11333
+ opts: {
11334
+
11335
+
11336
+ append: string,
11337
+
11338
+
11339
+ },
11340
+
11341
+
11342
+
10832
11343
 
10833
11344
  ):
10834
11345
  Promise<any>;
10835
11346
 
10836
- reboot(
11347
+ delete(
10837
11348
 
10838
11349
  ):
10839
11350
  Promise<any>;
10840
11351
 
10841
- delete(
11352
+ getMemoryInfo(
11353
+
11354
+ ):
11355
+ Promise<any>;
11356
+
11357
+ getStorageInfo(
10842
11358
 
10843
11359
  ):
10844
11360
  Promise<any>;
@@ -10951,7 +11467,13 @@
10951
11467
  opts: {
10952
11468
 
10953
11469
 
10954
- user: *,
11470
+ user: {
11471
+
11472
+
11473
+ role: string,
11474
+
11475
+
11476
+ },
10955
11477
 
10956
11478
 
10957
11479
  },
@@ -10974,7 +11496,17 @@
10974
11496
 
10975
11497
 
10976
11498
 
10977
- user: *,
11499
+ user: {
11500
+
11501
+
11502
+ role: string,
11503
+
11504
+
11505
+
11506
+ enabled: boolean,
11507
+
11508
+
11509
+ },
10978
11510
 
10979
11511
 
10980
11512
  },
@@ -11043,25 +11575,6 @@
11043
11575
 
11044
11576
 
11045
11577
 
11046
- ):
11047
- Promise<any>;
11048
-
11049
- swapOwner(
11050
-
11051
-
11052
-
11053
-
11054
- opts: {
11055
-
11056
-
11057
- newOwnerUserId: string,
11058
-
11059
-
11060
- },
11061
-
11062
-
11063
-
11064
-
11065
11578
  ):
11066
11579
  Promise<any>;
11067
11580
 
@@ -11277,7 +11790,21 @@
11277
11790
  opts: {
11278
11791
 
11279
11792
 
11280
- zone: *,
11793
+ zone: {
11794
+
11795
+
11796
+ name: string,
11797
+
11798
+
11799
+
11800
+ icon: string,
11801
+
11802
+
11803
+
11804
+ parent: string,
11805
+
11806
+
11807
+ },
11281
11808
 
11282
11809
 
11283
11810
  },
@@ -11300,7 +11827,21 @@
11300
11827
 
11301
11828
 
11302
11829
 
11303
- zone: *,
11830
+ zone: {
11831
+
11832
+
11833
+ name: string,
11834
+
11835
+
11836
+
11837
+ icon: string,
11838
+
11839
+
11840
+
11841
+ parent: string,
11842
+
11843
+
11844
+ },
11304
11845
 
11305
11846
 
11306
11847
  },
@@ -16307,7 +16848,13 @@
16307
16848
 
16308
16849
 
16309
16850
 
16310
- app: object,
16851
+ app: {
16852
+
16853
+
16854
+ autoupdate: boolean,
16855
+
16856
+
16857
+ },
16311
16858
 
16312
16859
 
16313
16860
  },
@@ -16603,6 +17150,25 @@
16603
17150
 
16604
17151
  getState(
16605
17152
 
17153
+ ):
17154
+ Promise<any>;
17155
+
17156
+ pairBridge(
17157
+
17158
+
17159
+
17160
+
17161
+ opts: {
17162
+
17163
+
17164
+ serialHash: string,
17165
+
17166
+
17167
+ },
17168
+
17169
+
17170
+
17171
+
16606
17172
  ):
16607
17173
  Promise<any>;
16608
17174
 
@@ -16694,7 +17260,21 @@
16694
17260
  opts: {
16695
17261
 
16696
17262
 
16697
- dashboard: *,
17263
+ dashboard: {
17264
+
17265
+
17266
+ name: string,
17267
+
17268
+
17269
+
17270
+ widgets: object,
17271
+
17272
+
17273
+
17274
+ lines: object,
17275
+
17276
+
17277
+ },
16698
17278
 
16699
17279
 
16700
17280
  },
@@ -16717,7 +17297,21 @@
16717
17297
 
16718
17298
 
16719
17299
 
16720
- dashboard: *,
17300
+ dashboard: {
17301
+
17302
+
17303
+ name: string,
17304
+
17305
+
17306
+
17307
+ widgets: object,
17308
+
17309
+
17310
+
17311
+ lines: object,
17312
+
17313
+
17314
+ },
16721
17315
 
16722
17316
 
16723
17317
  },
@@ -16853,7 +17447,7 @@
16853
17447
 
16854
17448
 
16855
17449
 
16856
- settings: *,
17450
+ settings: object,
16857
17451
 
16858
17452
 
16859
17453
  },
@@ -16877,11 +17471,33 @@
16877
17471
  opts: {
16878
17472
 
16879
17473
 
16880
- id: string,
17474
+ id: string,
17475
+
17476
+
17477
+
17478
+ device: {
17479
+
17480
+
17481
+ name: string,
17482
+
17483
+
17484
+
17485
+ zone: string,
17486
+
17487
+
17488
+
17489
+ note: string,
17490
+
17491
+
17492
+
17493
+ iconOverride: string,
17494
+
17495
+
17496
+
17497
+ virtualClass: string,
16881
17498
 
16882
17499
 
16883
-
16884
- device: *,
17500
+ },
16885
17501
 
16886
17502
 
16887
17503
  },
@@ -16950,7 +17566,7 @@
16950
17566
 
16951
17567
 
16952
17568
 
16953
- value: *,
17569
+ value: string | number | boolean,
16954
17570
 
16955
17571
 
16956
17572
 
@@ -17127,7 +17743,25 @@
17127
17743
  opts: {
17128
17744
 
17129
17745
 
17130
- pairsession: *,
17746
+ pairsession: {
17747
+
17748
+
17749
+ type: string,
17750
+
17751
+
17752
+
17753
+ driverId: string,
17754
+
17755
+
17756
+
17757
+ deviceId: string,
17758
+
17759
+
17760
+
17761
+ zoneId: string,
17762
+
17763
+
17764
+ },
17131
17765
 
17132
17766
 
17133
17767
  },
@@ -17242,30 +17876,53 @@
17242
17876
 
17243
17877
 
17244
17878
 
17245
- device: *,
17879
+ device: {
17880
+
17881
+
17882
+ name: string,
17246
17883
 
17247
17884
 
17248
- },
17885
+
17886
+ data: *,
17249
17887
 
17250
17888
 
17251
-
17252
-
17253
- ):
17254
- Promise<any>;
17255
17889
 
17256
- updatePairSessionDevice(
17257
-
17258
-
17890
+ zone: string,
17891
+
17259
17892
 
17260
17893
 
17261
- opts: {
17894
+ store: object,
17895
+
17262
17896
 
17263
17897
 
17264
- id: string,
17898
+ capabilities: Array<any>,
17265
17899
 
17266
17900
 
17267
17901
 
17268
- device: *,
17902
+ capabilitiesOptions: object,
17903
+
17904
+
17905
+
17906
+ class: string,
17907
+
17908
+
17909
+
17910
+ icon: string,
17911
+
17912
+
17913
+
17914
+ iconOverride: string,
17915
+
17916
+
17917
+
17918
+ settings: object,
17919
+
17920
+
17921
+
17922
+ energy: object,
17923
+
17924
+
17925
+ },
17269
17926
 
17270
17927
 
17271
17928
  },
@@ -17473,7 +18130,33 @@
17473
18130
  opts: {
17474
18131
 
17475
18132
 
17476
- flow: *,
18133
+ flow: {
18134
+
18135
+
18136
+ name: string,
18137
+
18138
+
18139
+
18140
+ folder: string,
18141
+
18142
+
18143
+
18144
+ enabled: boolean,
18145
+
18146
+
18147
+
18148
+ trigger: object,
18149
+
18150
+
18151
+
18152
+ conditions: Array<any>,
18153
+
18154
+
18155
+
18156
+ actions: Array<any>,
18157
+
18158
+
18159
+ },
17477
18160
 
17478
18161
 
17479
18162
  },
@@ -17496,7 +18179,33 @@
17496
18179
 
17497
18180
 
17498
18181
 
17499
- flow: *,
18182
+ flow: {
18183
+
18184
+
18185
+ name: string,
18186
+
18187
+
18188
+
18189
+ folder: string,
18190
+
18191
+
18192
+
18193
+ enabled: boolean,
18194
+
18195
+
18196
+
18197
+ trigger: object,
18198
+
18199
+
18200
+
18201
+ conditions: Array<any>,
18202
+
18203
+
18204
+
18205
+ actions: Array<any>,
18206
+
18207
+
18208
+ },
17500
18209
 
17501
18210
 
17502
18211
  },
@@ -17534,7 +18243,21 @@
17534
18243
  opts: {
17535
18244
 
17536
18245
 
17537
- flow: *,
18246
+ flow: {
18247
+
18248
+
18249
+ trigger: object,
18250
+
18251
+
18252
+
18253
+ conditions: Array<any>,
18254
+
18255
+
18256
+
18257
+ actions: Array<any>,
18258
+
18259
+
18260
+ },
17538
18261
 
17539
18262
 
17540
18263
 
@@ -17623,7 +18346,17 @@
17623
18346
  opts: {
17624
18347
 
17625
18348
 
17626
- flowfolder: *,
18349
+ flowfolder: {
18350
+
18351
+
18352
+ name: string,
18353
+
18354
+
18355
+
18356
+ parent: string,
18357
+
18358
+
18359
+ },
17627
18360
 
17628
18361
 
17629
18362
  },
@@ -17646,7 +18379,17 @@
17646
18379
 
17647
18380
 
17648
18381
 
17649
- flowfolder: *,
18382
+ flowfolder: {
18383
+
18384
+
18385
+ name: string,
18386
+
18387
+
18388
+
18389
+ parent: string,
18390
+
18391
+
18392
+ },
17650
18393
 
17651
18394
 
17652
18395
  },
@@ -18412,7 +19155,21 @@
18412
19155
  opts: {
18413
19156
 
18414
19157
 
18415
- variable: *,
19158
+ variable: {
19159
+
19160
+
19161
+ name: string,
19162
+
19163
+
19164
+
19165
+ type: string,
19166
+
19167
+
19168
+
19169
+ value: string | number | boolean,
19170
+
19171
+
19172
+ },
18416
19173
 
18417
19174
 
18418
19175
  },
@@ -18435,7 +19192,17 @@
18435
19192
 
18436
19193
 
18437
19194
 
18438
- variable: *,
19195
+ variable: {
19196
+
19197
+
19198
+ name: string,
19199
+
19200
+
19201
+
19202
+ value: string | number | boolean,
19203
+
19204
+
19205
+ },
18439
19206
 
18440
19207
 
18441
19208
  },
@@ -18683,7 +19450,13 @@
18683
19450
 
18684
19451
 
18685
19452
 
18686
- opts: object,
19453
+ opts: {
19454
+
19455
+
19456
+ forceFlowTrigger: boolean,
19457
+
19458
+
19459
+ },
18687
19460
 
18688
19461
 
18689
19462
  },
@@ -18729,7 +19502,13 @@
18729
19502
 
18730
19503
 
18731
19504
 
18732
- opts: object,
19505
+ opts: {
19506
+
19507
+
19508
+ forceFlowTrigger: boolean,
19509
+
19510
+
19511
+ },
18733
19512
 
18734
19513
 
18735
19514
  },
@@ -18987,6 +19766,35 @@
18987
19766
 
18988
19767
 
18989
19768
 
19769
+ getOptionForwardedPort(
19770
+
19771
+ ):
19772
+ Promise<any>;
19773
+
19774
+ setOptionForwardedPort(
19775
+
19776
+
19777
+
19778
+
19779
+ opts: {
19780
+
19781
+
19782
+ value: *,
19783
+
19784
+
19785
+ },
19786
+
19787
+
19788
+
19789
+
19790
+ ):
19791
+ Promise<any>;
19792
+
19793
+ unsetOptionForwardedPort(
19794
+
19795
+ ):
19796
+ Promise<any>;
19797
+
18990
19798
  getState(
18991
19799
 
18992
19800
  ):
@@ -19325,7 +20133,13 @@
19325
20133
  opts: {
19326
20134
 
19327
20135
 
19328
- user: *,
20136
+ user: {
20137
+
20138
+
20139
+ role: string,
20140
+
20141
+
20142
+ },
19329
20143
 
19330
20144
 
19331
20145
  },
@@ -19348,7 +20162,17 @@
19348
20162
 
19349
20163
 
19350
20164
 
19351
- user: *,
20165
+ user: {
20166
+
20167
+
20168
+ role: string,
20169
+
20170
+
20171
+
20172
+ enabled: boolean,
20173
+
20174
+
20175
+ },
19352
20176
 
19353
20177
 
19354
20178
  },
@@ -19534,6 +20358,11 @@
19534
20358
 
19535
20359
  getState(
19536
20360
 
20361
+ ):
20362
+ Promise<any>;
20363
+
20364
+ flashFirmware(
20365
+
19537
20366
  ):
19538
20367
  Promise<any>;
19539
20368
 
@@ -19601,7 +20430,21 @@
19601
20430
  opts: {
19602
20431
 
19603
20432
 
19604
- zone: *,
20433
+ zone: {
20434
+
20435
+
20436
+ name: string,
20437
+
20438
+
20439
+
20440
+ icon: string,
20441
+
20442
+
20443
+
20444
+ parent: string,
20445
+
20446
+
20447
+ },
19605
20448
 
19606
20449
 
19607
20450
  },
@@ -19624,7 +20467,21 @@
19624
20467
 
19625
20468
 
19626
20469
 
19627
- zone: *,
20470
+ zone: {
20471
+
20472
+
20473
+ name: string,
20474
+
20475
+
20476
+
20477
+ icon: string,
20478
+
20479
+
20480
+
20481
+ parent: string,
20482
+
20483
+
20484
+ },
19628
20485
 
19629
20486
 
19630
20487
  },
@@ -19702,6 +20559,11 @@
19702
20559
 
19703
20560
 
19704
20561
 
20562
+ ):
20563
+ Promise<any>;
20564
+
20565
+ flashFirmware(
20566
+
19705
20567
  ):
19706
20568
  Promise<any>;
19707
20569