homey-api 1.10.3 → 1.10.6

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.
@@ -2739,6 +2739,10 @@
2739
2739
 
2740
2740
 
2741
2741
 
2742
+
2743
+
2744
+
2745
+
2742
2746
  export namespace HomeyAPIV3Local.ManagerSessions {
2743
2747
 
2744
2748
  export class Session {
@@ -2785,6 +2789,16 @@
2785
2789
 
2786
2790
  export namespace HomeyAPIV3Local.ManagerVirtualDevice {
2787
2791
 
2792
+ export class VirtualDeviceDummySocket {
2793
+
2794
+
2795
+
2796
+ id: string;
2797
+
2798
+
2799
+
2800
+ }
2801
+
2788
2802
  export class VirtualDeviceHomeyBridge {
2789
2803
 
2790
2804
 
@@ -2803,6 +2817,26 @@
2803
2817
 
2804
2818
 
2805
2819
 
2820
+ }
2821
+
2822
+ export class VirtualDeviceVirtualButton {
2823
+
2824
+
2825
+
2826
+ id: string;
2827
+
2828
+
2829
+
2830
+ }
2831
+
2832
+ export class VirtualDeviceVirtualIPCamera {
2833
+
2834
+
2835
+
2836
+ id: string;
2837
+
2838
+
2839
+
2806
2840
  }
2807
2841
 
2808
2842
  export class VirtualDeviceVirtualSocket {
@@ -2833,6 +2867,16 @@
2833
2867
 
2834
2868
 
2835
2869
 
2870
+ }
2871
+
2872
+ export class VirtualDriverDummySocket {
2873
+
2874
+
2875
+
2876
+ id: string;
2877
+
2878
+
2879
+
2836
2880
  }
2837
2881
 
2838
2882
  export class VirtualDriverHomeyBridge {
@@ -2853,6 +2897,26 @@
2853
2897
 
2854
2898
 
2855
2899
 
2900
+ }
2901
+
2902
+ export class VirtualDriverVirtualButton {
2903
+
2904
+
2905
+
2906
+ id: string;
2907
+
2908
+
2909
+
2910
+ }
2911
+
2912
+ export class VirtualDriverVirtualIPCamera {
2913
+
2914
+
2915
+
2916
+ id: string;
2917
+
2918
+
2919
+
2856
2920
  }
2857
2921
 
2858
2922
  export class VirtualDriverVirtualSocket {
@@ -2946,6 +3010,18 @@
2946
3010
 
2947
3011
 
2948
3012
 
3013
+
3014
+
3015
+
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+
3024
+
2949
3025
 
2950
3026
 
2951
3027
 
@@ -10734,6 +10810,25 @@
10734
10810
 
10735
10811
  getApps(
10736
10812
 
10813
+ ):
10814
+ Promise<HomeyAPIV3Local.ManagerApps.App>;
10815
+
10816
+ getApp(
10817
+
10818
+
10819
+
10820
+
10821
+ opts: {
10822
+
10823
+
10824
+ id: string,
10825
+
10826
+
10827
+ },
10828
+
10829
+
10830
+
10831
+
10737
10832
  ):
10738
10833
  Promise<HomeyAPIV3Local.ManagerApps.App>;
10739
10834
 
@@ -10943,6 +11038,25 @@
10943
11038
 
10944
11039
 
10945
11040
 
11041
+ opts: {
11042
+
11043
+
11044
+ id: string,
11045
+
11046
+
11047
+ },
11048
+
11049
+
11050
+
11051
+
11052
+ ):
11053
+ Promise<any>;
11054
+
11055
+ getAppLocales(
11056
+
11057
+
11058
+
11059
+
10946
11060
  opts: {
10947
11061
 
10948
11062
 
@@ -11185,6 +11299,11 @@
11185
11299
 
11186
11300
  getState(
11187
11301
 
11302
+ ):
11303
+ Promise<any>;
11304
+
11305
+ getBridges(
11306
+
11188
11307
  ):
11189
11308
  Promise<any>;
11190
11309
 
@@ -11391,6 +11510,10 @@
11391
11510
  virtualClass: string,
11392
11511
 
11393
11512
 
11513
+
11514
+ uiIndicator: string,
11515
+
11516
+
11394
11517
  },
11395
11518
 
11396
11519
 
@@ -11546,6 +11669,33 @@
11546
11669
 
11547
11670
 
11548
11671
 
11672
+ ):
11673
+ Promise<any>;
11674
+
11675
+ runApp(
11676
+
11677
+
11678
+
11679
+
11680
+ opts: {
11681
+
11682
+
11683
+ debug: string,
11684
+
11685
+
11686
+
11687
+ env: string,
11688
+
11689
+
11690
+
11691
+ purgeSettings: string,
11692
+
11693
+
11694
+ },
11695
+
11696
+
11697
+
11698
+
11549
11699
  ):
11550
11700
  Promise<any>;
11551
11701
 
@@ -12347,6 +12497,10 @@
12347
12497
 
12348
12498
 
12349
12499
 
12500
+ state: object,
12501
+
12502
+
12503
+
12350
12504
  droptoken: string,
12351
12505
 
12352
12506
 
@@ -12387,6 +12541,10 @@
12387
12541
 
12388
12542
 
12389
12543
 
12544
+ state: object,
12545
+
12546
+
12547
+
12390
12548
  droptoken: string,
12391
12549
 
12392
12550
 
@@ -12512,6 +12670,25 @@
12512
12670
 
12513
12671
 
12514
12672
 
12673
+ opts: {
12674
+
12675
+
12676
+ id: string,
12677
+
12678
+
12679
+ },
12680
+
12681
+
12682
+
12683
+
12684
+ ):
12685
+ Promise<any>;
12686
+
12687
+ triggerAdvancedFlow(
12688
+
12689
+
12690
+
12691
+
12515
12692
  opts: {
12516
12693
 
12517
12694
 
@@ -12582,12 +12759,12 @@
12582
12759
 
12583
12760
 
12584
12761
 
12585
- getOptionMode(
12762
+ getOptionAddress(
12586
12763
 
12587
12764
  ):
12588
12765
  Promise<any>;
12589
12766
 
12590
- setOptionMode(
12767
+ setOptionAddress(
12591
12768
 
12592
12769
 
12593
12770
 
@@ -12606,7 +12783,7 @@
12606
12783
  ):
12607
12784
  Promise<any>;
12608
12785
 
12609
- unsetOptionMode(
12786
+ unsetOptionAddress(
12610
12787
 
12611
12788
  ):
12612
12789
  Promise<any>;
@@ -12966,35 +13143,6 @@
12966
13143
 
12967
13144
  unsetOptionScreensaver(
12968
13145
 
12969
- ):
12970
- Promise<any>;
12971
-
12972
- getOptionBrightness(
12973
-
12974
- ):
12975
- Promise<any>;
12976
-
12977
- setOptionBrightness(
12978
-
12979
-
12980
-
12981
-
12982
- opts: {
12983
-
12984
-
12985
- value: *,
12986
-
12987
-
12988
- },
12989
-
12990
-
12991
-
12992
-
12993
- ):
12994
- Promise<any>;
12995
-
12996
- unsetOptionBrightness(
12997
-
12998
13146
  ):
12999
13147
  Promise<any>;
13000
13148
 
@@ -13484,6 +13632,29 @@
13484
13632
 
13485
13633
 
13486
13634
 
13635
+ ):
13636
+ Promise<any>;
13637
+
13638
+ replay(
13639
+
13640
+
13641
+
13642
+
13643
+ opts: {
13644
+
13645
+
13646
+ frequency: string,
13647
+
13648
+
13649
+
13650
+ data: Array<any>,
13651
+
13652
+
13653
+ },
13654
+
13655
+
13656
+
13657
+
13487
13658
  ):
13488
13659
  Promise<any>;
13489
13660
 
@@ -13573,6 +13744,34 @@
13573
13744
 
13574
13745
 
13575
13746
 
13747
+ ):
13748
+ Promise<any>;
13749
+
13750
+ isConnected(
13751
+
13752
+ ):
13753
+ Boolean;
13754
+
13755
+ connect(
13756
+
13757
+ ):
13758
+ Promise<void>;
13759
+
13760
+ disconnect(
13761
+
13762
+ ):
13763
+ Promise<void>;
13764
+
13765
+ }
13766
+
13767
+ export class ManagerSafety extends HomeyAPIV3Local.Manager {
13768
+
13769
+
13770
+
13771
+
13772
+
13773
+ getState(
13774
+
13576
13775
  ):
13577
13776
  Promise<any>;
13578
13777
 
@@ -13599,6 +13798,34 @@
13599
13798
 
13600
13799
 
13601
13800
 
13801
+ getState(
13802
+
13803
+ ):
13804
+ Promise<any>;
13805
+
13806
+ isConnected(
13807
+
13808
+ ):
13809
+ Boolean;
13810
+
13811
+ connect(
13812
+
13813
+ ):
13814
+ Promise<void>;
13815
+
13816
+ disconnect(
13817
+
13818
+ ):
13819
+ Promise<void>;
13820
+
13821
+ }
13822
+
13823
+ export class ManagerSecurity extends HomeyAPIV3Local.Manager {
13824
+
13825
+
13826
+
13827
+
13828
+
13602
13829
  getState(
13603
13830
 
13604
13831
  ):
@@ -13764,16 +13991,6 @@
13764
13991
 
13765
13992
  rebootOTA(
13766
13993
 
13767
- ):
13768
- Promise<any>;
13769
-
13770
- startBluFi(
13771
-
13772
- ):
13773
- Promise<any>;
13774
-
13775
- stopBluFi(
13776
-
13777
13994
  ):
13778
13995
  Promise<any>;
13779
13996
 
@@ -13916,6 +14133,11 @@
13916
14133
 
13917
14134
 
13918
14135
 
14136
+ ):
14137
+ Promise<any>;
14138
+
14139
+ abortInstallUpdate(
14140
+
13919
14141
  ):
13920
14142
  Promise<any>;
13921
14143