@nordicsemiconductor/pc-nrfconnect-shared 131.0.0 → 132.0.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.
- package/Changelog.md +11 -0
- package/coverage/cobertura-coverage.xml +186 -185
- package/package.json +1 -1
- package/src/Device/DeviceSelector/DeviceSelector.tsx +1 -1
- package/src/Device/deviceAutoSelectSlice.ts +1 -0
- package/src/Device/deviceLister.ts +12 -6
- package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts +1 -0
- package/typings/generated/src/Device/deviceAutoSelectSlice.d.ts.map +1 -1
- package/typings/generated/src/Device/deviceLister.d.ts.map +1 -1
package/Changelog.md
CHANGED
|
@@ -7,6 +7,17 @@ This project does _not_ adhere to
|
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
|
|
8
8
|
every new version is a new major version.
|
|
9
9
|
|
|
10
|
+
## 132 - 2023-11-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Extended `waitForDevice` to allow apps to opt-out from refetching the device
|
|
15
|
+
info when device a reapers from a reboot
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- `deviceInfo` is update in redux on device select
|
|
20
|
+
|
|
10
21
|
## 131 - 2023-11-14
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="3578" lines-covered="1906" line-rate="0.5326" branches-valid="1779" branches-covered="511" branch-rate="0.2872" timestamp="1699981190662" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/vsts/work/1/s</source>
|
|
6
6
|
</sources>
|
|
@@ -2155,9 +2155,9 @@
|
|
|
2155
2155
|
<line number="20" hits="114"/>
|
|
2156
2156
|
</lines>
|
|
2157
2157
|
</method>
|
|
2158
|
-
<method name="(anonymous_4)" hits="
|
|
2158
|
+
<method name="(anonymous_4)" hits="249" signature="()V">
|
|
2159
2159
|
<lines>
|
|
2160
|
-
<line number="23" hits="
|
|
2160
|
+
<line number="23" hits="249"/>
|
|
2161
2161
|
</lines>
|
|
2162
2162
|
</method>
|
|
2163
2163
|
<method name="(anonymous_5)" hits="57" signature="()V">
|
|
@@ -2189,7 +2189,7 @@
|
|
|
2189
2189
|
<line number="18" hits="9" branch="false"/>
|
|
2190
2190
|
<line number="20" hits="9" branch="false"/>
|
|
2191
2191
|
<line number="21" hits="114" branch="true" condition-coverage="50% (1/2)"/>
|
|
2192
|
-
<line number="23" hits="
|
|
2192
|
+
<line number="23" hits="249" branch="true" condition-coverage="100% (1/1)"/>
|
|
2193
2193
|
<line number="25" hits="57" branch="true" condition-coverage="100% (1/1)"/>
|
|
2194
2194
|
<line number="38" hits="9" branch="false"/>
|
|
2195
2195
|
<line number="39" hits="57" branch="false"/>
|
|
@@ -2879,159 +2879,159 @@
|
|
|
2879
2879
|
</class>
|
|
2880
2880
|
</classes>
|
|
2881
2881
|
</package>
|
|
2882
|
-
<package name="src.Device" line-rate="0.
|
|
2882
|
+
<package name="src.Device" line-rate="0.35009999999999997" branch-rate="0.193">
|
|
2883
2883
|
<classes>
|
|
2884
2884
|
<class name="deviceAutoSelectSlice.ts" filename="src/Device/deviceAutoSelectSlice.ts" line-rate="0.6111" branch-rate="0.2857">
|
|
2885
2885
|
<methods>
|
|
2886
2886
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
2887
2887
|
<lines>
|
|
2888
|
-
<line number="
|
|
2888
|
+
<line number="45" hits="0"/>
|
|
2889
2889
|
</lines>
|
|
2890
2890
|
</method>
|
|
2891
2891
|
<method name="(anonymous_21)" hits="8" signature="()V">
|
|
2892
2892
|
<lines>
|
|
2893
|
-
<line number="
|
|
2893
|
+
<line number="50" hits="8"/>
|
|
2894
2894
|
</lines>
|
|
2895
2895
|
</method>
|
|
2896
2896
|
<method name="(anonymous_22)" hits="8" signature="()V">
|
|
2897
2897
|
<lines>
|
|
2898
|
-
<line number="
|
|
2898
|
+
<line number="63" hits="8"/>
|
|
2899
2899
|
</lines>
|
|
2900
2900
|
</method>
|
|
2901
2901
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
2902
2902
|
<lines>
|
|
2903
|
-
<line number="
|
|
2903
|
+
<line number="73" hits="0"/>
|
|
2904
2904
|
</lines>
|
|
2905
2905
|
</method>
|
|
2906
2906
|
<method name="(anonymous_24)" hits="1" signature="()V">
|
|
2907
2907
|
<lines>
|
|
2908
|
-
<line number="
|
|
2908
|
+
<line number="82" hits="1"/>
|
|
2909
2909
|
</lines>
|
|
2910
2910
|
</method>
|
|
2911
2911
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
2912
2912
|
<lines>
|
|
2913
|
-
<line number="
|
|
2913
|
+
<line number="89" hits="0"/>
|
|
2914
2914
|
</lines>
|
|
2915
2915
|
</method>
|
|
2916
2916
|
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
2917
2917
|
<lines>
|
|
2918
|
-
<line number="
|
|
2918
|
+
<line number="93" hits="0"/>
|
|
2919
2919
|
</lines>
|
|
2920
2920
|
</method>
|
|
2921
2921
|
<method name="(anonymous_27)" hits="0" signature="()V">
|
|
2922
2922
|
<lines>
|
|
2923
|
-
<line number="
|
|
2923
|
+
<line number="99" hits="0"/>
|
|
2924
2924
|
</lines>
|
|
2925
2925
|
</method>
|
|
2926
2926
|
<method name="(anonymous_28)" hits="0" signature="()V">
|
|
2927
2927
|
<lines>
|
|
2928
|
-
<line number="
|
|
2928
|
+
<line number="105" hits="0"/>
|
|
2929
2929
|
</lines>
|
|
2930
2930
|
</method>
|
|
2931
|
-
<method name="(anonymous_29)" hits="
|
|
2931
|
+
<method name="(anonymous_29)" hits="112" signature="()V">
|
|
2932
2932
|
<lines>
|
|
2933
|
-
<line number="
|
|
2933
|
+
<line number="126" hits="112"/>
|
|
2934
2934
|
</lines>
|
|
2935
2935
|
</method>
|
|
2936
|
-
<method name="(anonymous_30)" hits="
|
|
2936
|
+
<method name="(anonymous_30)" hits="75" signature="()V">
|
|
2937
2937
|
<lines>
|
|
2938
|
-
<line number="
|
|
2938
|
+
<line number="129" hits="75"/>
|
|
2939
2939
|
</lines>
|
|
2940
2940
|
</method>
|
|
2941
|
-
<method name="(anonymous_31)" hits="
|
|
2941
|
+
<method name="(anonymous_31)" hits="193" signature="()V">
|
|
2942
2942
|
<lines>
|
|
2943
|
-
<line number="
|
|
2943
|
+
<line number="132" hits="193"/>
|
|
2944
2944
|
</lines>
|
|
2945
2945
|
</method>
|
|
2946
|
-
<method name="(anonymous_32)" hits="
|
|
2946
|
+
<method name="(anonymous_32)" hits="118" signature="()V">
|
|
2947
2947
|
<lines>
|
|
2948
|
-
<line number="
|
|
2948
|
+
<line number="136" hits="118"/>
|
|
2949
2949
|
</lines>
|
|
2950
2950
|
</method>
|
|
2951
2951
|
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
2952
2952
|
<lines>
|
|
2953
|
-
<line number="
|
|
2953
|
+
<line number="139" hits="0"/>
|
|
2954
2954
|
</lines>
|
|
2955
2955
|
</method>
|
|
2956
2956
|
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
2957
2957
|
<lines>
|
|
2958
|
-
<line number="
|
|
2958
|
+
<line number="142" hits="0"/>
|
|
2959
2959
|
</lines>
|
|
2960
2960
|
</method>
|
|
2961
2961
|
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
2962
2962
|
<lines>
|
|
2963
|
-
<line number="
|
|
2963
|
+
<line number="145" hits="0"/>
|
|
2964
2964
|
</lines>
|
|
2965
2965
|
</method>
|
|
2966
2966
|
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
2967
2967
|
<lines>
|
|
2968
|
-
<line number="
|
|
2968
|
+
<line number="147" hits="0"/>
|
|
2969
2969
|
</lines>
|
|
2970
2970
|
</method>
|
|
2971
2971
|
<method name="(anonymous_38)" hits="8" signature="()V">
|
|
2972
2972
|
<lines>
|
|
2973
|
-
<line number="
|
|
2973
|
+
<line number="150" hits="8"/>
|
|
2974
2974
|
</lines>
|
|
2975
2975
|
</method>
|
|
2976
2976
|
</methods>
|
|
2977
2977
|
<lines>
|
|
2978
2978
|
<line number="7" hits="10" branch="false"/>
|
|
2979
|
-
<line number="
|
|
2980
|
-
<line number="
|
|
2981
|
-
<line number="45" hits="0" branch="false"/>
|
|
2979
|
+
<line number="37" hits="10" branch="false"/>
|
|
2980
|
+
<line number="41" hits="10" branch="false"/>
|
|
2982
2981
|
<line number="46" hits="0" branch="false"/>
|
|
2983
|
-
<line number="
|
|
2982
|
+
<line number="47" hits="0" branch="false"/>
|
|
2984
2983
|
<line number="54" hits="8" branch="false"/>
|
|
2985
|
-
<line number="
|
|
2986
|
-
<line number="57" hits="8" branch="
|
|
2984
|
+
<line number="55" hits="8" branch="false"/>
|
|
2985
|
+
<line number="57" hits="8" branch="true" condition-coverage="100% (1/1)"/>
|
|
2987
2986
|
<line number="58" hits="8" branch="false"/>
|
|
2988
|
-
<line number="
|
|
2989
|
-
<line number="67" hits="8" branch="
|
|
2987
|
+
<line number="59" hits="8" branch="false"/>
|
|
2988
|
+
<line number="67" hits="8" branch="true" condition-coverage="100% (2/2)"/>
|
|
2990
2989
|
<line number="68" hits="8" branch="false"/>
|
|
2991
2990
|
<line number="69" hits="8" branch="false"/>
|
|
2992
|
-
<line number="
|
|
2993
|
-
<line number="77" hits="0" branch="
|
|
2994
|
-
<line number="
|
|
2995
|
-
<line number="83" hits="1" branch="
|
|
2996
|
-
<line number="84" hits="
|
|
2997
|
-
<line number="
|
|
2998
|
-
<line number="
|
|
2999
|
-
<line number="
|
|
3000
|
-
<line number="
|
|
3001
|
-
<line number="
|
|
3002
|
-
<line number="
|
|
2991
|
+
<line number="70" hits="8" branch="false"/>
|
|
2992
|
+
<line number="77" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2993
|
+
<line number="78" hits="0" branch="false"/>
|
|
2994
|
+
<line number="83" hits="1" branch="false"/>
|
|
2995
|
+
<line number="84" hits="1" branch="true" condition-coverage="0% (0/1)"/>
|
|
2996
|
+
<line number="85" hits="0" branch="false"/>
|
|
2997
|
+
<line number="90" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2998
|
+
<line number="97" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2999
|
+
<line number="103" hits="0" branch="false"/>
|
|
3000
|
+
<line number="106" hits="0" branch="false"/>
|
|
3001
|
+
<line number="112" hits="57" branch="false"/>
|
|
3003
3002
|
<line number="114" hits="0" branch="false"/>
|
|
3004
|
-
<line number="115" hits="
|
|
3005
|
-
<line number="116" hits="
|
|
3006
|
-
<line number="117" hits="
|
|
3007
|
-
<line number="118" hits="
|
|
3003
|
+
<line number="115" hits="0" branch="false"/>
|
|
3004
|
+
<line number="116" hits="8" branch="false"/>
|
|
3005
|
+
<line number="117" hits="0" branch="false"/>
|
|
3006
|
+
<line number="118" hits="1" branch="false"/>
|
|
3008
3007
|
<line number="119" hits="0" branch="false"/>
|
|
3009
3008
|
<line number="120" hits="0" branch="false"/>
|
|
3010
3009
|
<line number="121" hits="0" branch="false"/>
|
|
3011
|
-
<line number="
|
|
3012
|
-
<line number="
|
|
3013
|
-
<line number="126" hits="
|
|
3014
|
-
<line number="
|
|
3015
|
-
<line number="129" hits="
|
|
3016
|
-
<line number="
|
|
3017
|
-
<line number="132" hits="
|
|
3018
|
-
<line number="
|
|
3019
|
-
<line number="136" hits="
|
|
3020
|
-
<line number="
|
|
3021
|
-
<line number="139" hits="
|
|
3022
|
-
<line number="
|
|
3023
|
-
<line number="142" hits="
|
|
3024
|
-
<line number="
|
|
3025
|
-
<line number="145" hits="
|
|
3026
|
-
<line number="146" hits="
|
|
3027
|
-
<line number="147" hits="
|
|
3028
|
-
<line number="
|
|
3029
|
-
<line number="150" hits="8" branch="
|
|
3030
|
-
<line number="151" hits="
|
|
3031
|
-
<line number="
|
|
3010
|
+
<line number="122" hits="0" branch="false"/>
|
|
3011
|
+
<line number="124" hits="10" branch="false"/>
|
|
3012
|
+
<line number="126" hits="51" branch="false"/>
|
|
3013
|
+
<line number="127" hits="112" branch="false"/>
|
|
3014
|
+
<line number="129" hits="27" branch="false"/>
|
|
3015
|
+
<line number="130" hits="75" branch="false"/>
|
|
3016
|
+
<line number="132" hits="78" branch="false"/>
|
|
3017
|
+
<line number="133" hits="193" branch="true" condition-coverage="50% (1/2)"/>
|
|
3018
|
+
<line number="136" hits="51" branch="false"/>
|
|
3019
|
+
<line number="137" hits="118" branch="false"/>
|
|
3020
|
+
<line number="139" hits="10" branch="false"/>
|
|
3021
|
+
<line number="140" hits="0" branch="false"/>
|
|
3022
|
+
<line number="142" hits="10" branch="false"/>
|
|
3023
|
+
<line number="143" hits="0" branch="false"/>
|
|
3024
|
+
<line number="145" hits="10" branch="false"/>
|
|
3025
|
+
<line number="146" hits="0" branch="false"/>
|
|
3026
|
+
<line number="147" hits="10" branch="false"/>
|
|
3027
|
+
<line number="148" hits="0" branch="false"/>
|
|
3028
|
+
<line number="150" hits="8" branch="false"/>
|
|
3029
|
+
<line number="151" hits="8" branch="true" condition-coverage="0% (0/1)"/>
|
|
3030
|
+
<line number="152" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
3031
|
+
<line number="154" hits="8" branch="false"/>
|
|
3032
3032
|
</lines>
|
|
3033
3033
|
</class>
|
|
3034
|
-
<class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.
|
|
3034
|
+
<class name="deviceLister.ts" filename="src/Device/deviceLister.ts" line-rate="0.2097" branch-rate="0.0784">
|
|
3035
3035
|
<methods>
|
|
3036
3036
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
3037
3037
|
<lines>
|
|
@@ -3105,97 +3105,97 @@
|
|
|
3105
3105
|
</method>
|
|
3106
3106
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
3107
3107
|
<lines>
|
|
3108
|
-
<line number="
|
|
3108
|
+
<line number="315" hits="0"/>
|
|
3109
3109
|
</lines>
|
|
3110
3110
|
</method>
|
|
3111
3111
|
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
3112
3112
|
<lines>
|
|
3113
|
-
<line number="
|
|
3113
|
+
<line number="316" hits="0"/>
|
|
3114
3114
|
</lines>
|
|
3115
3115
|
</method>
|
|
3116
3116
|
<method name="(anonymous_24)" hits="0" signature="()V">
|
|
3117
3117
|
<lines>
|
|
3118
|
-
<line number="
|
|
3118
|
+
<line number="326" hits="0"/>
|
|
3119
3119
|
</lines>
|
|
3120
3120
|
</method>
|
|
3121
3121
|
<method name="(anonymous_25)" hits="0" signature="()V">
|
|
3122
3122
|
<lines>
|
|
3123
|
-
<line number="
|
|
3123
|
+
<line number="329" hits="0"/>
|
|
3124
3124
|
</lines>
|
|
3125
3125
|
</method>
|
|
3126
3126
|
<method name="(anonymous_26)" hits="0" signature="()V">
|
|
3127
3127
|
<lines>
|
|
3128
|
-
<line number="
|
|
3128
|
+
<line number="343" hits="0"/>
|
|
3129
3129
|
</lines>
|
|
3130
3130
|
</method>
|
|
3131
3131
|
<method name="(anonymous_27)" hits="1" signature="()V">
|
|
3132
3132
|
<lines>
|
|
3133
|
-
<line number="
|
|
3133
|
+
<line number="378" hits="1"/>
|
|
3134
3134
|
</lines>
|
|
3135
3135
|
</method>
|
|
3136
3136
|
<method name="(anonymous_28)" hits="0" signature="()V">
|
|
3137
3137
|
<lines>
|
|
3138
|
-
<line number="
|
|
3138
|
+
<line number="381" hits="0"/>
|
|
3139
3139
|
</lines>
|
|
3140
3140
|
</method>
|
|
3141
3141
|
<method name="(anonymous_29)" hits="0" signature="()V">
|
|
3142
3142
|
<lines>
|
|
3143
|
-
<line number="
|
|
3143
|
+
<line number="385" hits="0"/>
|
|
3144
3144
|
</lines>
|
|
3145
3145
|
</method>
|
|
3146
3146
|
<method name="(anonymous_30)" hits="21" signature="()V">
|
|
3147
3147
|
<lines>
|
|
3148
|
-
<line number="
|
|
3148
|
+
<line number="391" hits="21"/>
|
|
3149
3149
|
</lines>
|
|
3150
3150
|
</method>
|
|
3151
3151
|
<method name="(anonymous_31)" hits="0" signature="()V">
|
|
3152
3152
|
<lines>
|
|
3153
|
-
<line number="
|
|
3153
|
+
<line number="392" hits="0"/>
|
|
3154
3154
|
</lines>
|
|
3155
3155
|
</method>
|
|
3156
3156
|
<method name="(anonymous_32)" hits="0" signature="()V">
|
|
3157
3157
|
<lines>
|
|
3158
|
-
<line number="
|
|
3158
|
+
<line number="399" hits="0"/>
|
|
3159
3159
|
</lines>
|
|
3160
3160
|
</method>
|
|
3161
3161
|
<method name="(anonymous_33)" hits="0" signature="()V">
|
|
3162
3162
|
<lines>
|
|
3163
|
-
<line number="
|
|
3163
|
+
<line number="404" hits="0"/>
|
|
3164
3164
|
</lines>
|
|
3165
3165
|
</method>
|
|
3166
3166
|
<method name="(anonymous_34)" hits="0" signature="()V">
|
|
3167
3167
|
<lines>
|
|
3168
|
-
<line number="
|
|
3168
|
+
<line number="410" hits="0"/>
|
|
3169
3169
|
</lines>
|
|
3170
3170
|
</method>
|
|
3171
3171
|
<method name="(anonymous_35)" hits="0" signature="()V">
|
|
3172
3172
|
<lines>
|
|
3173
|
-
<line number="
|
|
3173
|
+
<line number="411" hits="0"/>
|
|
3174
3174
|
</lines>
|
|
3175
3175
|
</method>
|
|
3176
3176
|
<method name="(anonymous_36)" hits="0" signature="()V">
|
|
3177
3177
|
<lines>
|
|
3178
|
-
<line number="
|
|
3178
|
+
<line number="412" hits="0"/>
|
|
3179
3179
|
</lines>
|
|
3180
3180
|
</method>
|
|
3181
3181
|
<method name="(anonymous_39)" hits="0" signature="()V">
|
|
3182
3182
|
<lines>
|
|
3183
|
-
<line number="
|
|
3183
|
+
<line number="416" hits="0"/>
|
|
3184
3184
|
</lines>
|
|
3185
3185
|
</method>
|
|
3186
3186
|
<method name="(anonymous_40)" hits="0" signature="()V">
|
|
3187
3187
|
<lines>
|
|
3188
|
-
<line number="
|
|
3188
|
+
<line number="438" hits="0"/>
|
|
3189
3189
|
</lines>
|
|
3190
3190
|
</method>
|
|
3191
3191
|
<method name="(anonymous_41)" hits="0" signature="()V">
|
|
3192
3192
|
<lines>
|
|
3193
|
-
<line number="
|
|
3193
|
+
<line number="441" hits="0"/>
|
|
3194
3194
|
</lines>
|
|
3195
3195
|
</method>
|
|
3196
3196
|
<method name="(anonymous_42)" hits="22" signature="()V">
|
|
3197
3197
|
<lines>
|
|
3198
|
-
<line number="
|
|
3198
|
+
<line number="453" hits="22"/>
|
|
3199
3199
|
</lines>
|
|
3200
3200
|
</method>
|
|
3201
3201
|
</methods>
|
|
@@ -3277,71 +3277,72 @@
|
|
|
3277
3277
|
<line number="230" hits="0" branch="false"/>
|
|
3278
3278
|
<line number="231" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3279
3279
|
<line number="236" hits="0" branch="false"/>
|
|
3280
|
-
<line number="
|
|
3281
|
-
<line number="
|
|
3282
|
-
<line number="
|
|
3283
|
-
<line number="
|
|
3284
|
-
<line number="
|
|
3285
|
-
<line number="
|
|
3286
|
-
<line number="
|
|
3287
|
-
<line number="
|
|
3288
|
-
<line number="
|
|
3289
|
-
<line number="
|
|
3290
|
-
<line number="
|
|
3291
|
-
<line number="
|
|
3292
|
-
<line number="
|
|
3293
|
-
<line number="
|
|
3294
|
-
<line number="
|
|
3295
|
-
<line number="
|
|
3296
|
-
<line number="313" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3297
|
-
<line number="314" hits="0" branch="false"/>
|
|
3280
|
+
<line number="248" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3281
|
+
<line number="258" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
3282
|
+
<line number="278" hits="0" branch="false"/>
|
|
3283
|
+
<line number="283" hits="0" branch="false"/>
|
|
3284
|
+
<line number="285" hits="0" branch="false"/>
|
|
3285
|
+
<line number="287" hits="0" branch="false"/>
|
|
3286
|
+
<line number="293" hits="0" branch="false"/>
|
|
3287
|
+
<line number="295" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3288
|
+
<line number="297" hits="0" branch="false"/>
|
|
3289
|
+
<line number="300" hits="0" branch="false"/>
|
|
3290
|
+
<line number="303" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3291
|
+
<line number="304" hits="0" branch="false"/>
|
|
3292
|
+
<line number="308" hits="0" branch="false"/>
|
|
3293
|
+
<line number="315" hits="0" branch="false"/>
|
|
3294
|
+
<line number="316" hits="0" branch="false"/>
|
|
3295
|
+
<line number="317" hits="0" branch="false"/>
|
|
3298
3296
|
<line number="318" hits="0" branch="false"/>
|
|
3299
|
-
<line number="
|
|
3300
|
-
<line number="
|
|
3301
|
-
<line number="
|
|
3302
|
-
<line number="
|
|
3303
|
-
<line number="
|
|
3304
|
-
<line number="
|
|
3305
|
-
<line number="
|
|
3306
|
-
<line number="
|
|
3307
|
-
<line number="
|
|
3308
|
-
<line number="338" hits="0" branch="
|
|
3309
|
-
<line number="
|
|
3310
|
-
<line number="
|
|
3311
|
-
<line number="
|
|
3312
|
-
<line number="
|
|
3313
|
-
<line number="
|
|
3314
|
-
<line number="
|
|
3315
|
-
<line number="
|
|
3316
|
-
<line number="
|
|
3317
|
-
<line number="
|
|
3318
|
-
<line number="
|
|
3319
|
-
<line number="
|
|
3320
|
-
<line number="
|
|
3321
|
-
<line number="
|
|
3322
|
-
<line number="
|
|
3323
|
-
<line number="399" hits="
|
|
3324
|
-
<line number="
|
|
3325
|
-
<line number="
|
|
3326
|
-
<line number="
|
|
3327
|
-
<line number="410" hits="
|
|
3328
|
-
<line number="
|
|
3329
|
-
<line number="
|
|
3330
|
-
<line number="416" hits="0" branch="
|
|
3331
|
-
<line number="
|
|
3332
|
-
<line number="
|
|
3333
|
-
<line number="
|
|
3334
|
-
<line number="
|
|
3335
|
-
<line number="
|
|
3336
|
-
<line number="
|
|
3337
|
-
<line number="
|
|
3338
|
-
<line number="
|
|
3339
|
-
<line number="
|
|
3340
|
-
<line number="441" hits="0" branch="
|
|
3297
|
+
<line number="319" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3298
|
+
<line number="320" hits="0" branch="false"/>
|
|
3299
|
+
<line number="324" hits="0" branch="false"/>
|
|
3300
|
+
<line number="326" hits="11" branch="false"/>
|
|
3301
|
+
<line number="327" hits="0" branch="false"/>
|
|
3302
|
+
<line number="329" hits="0" branch="false"/>
|
|
3303
|
+
<line number="330" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3304
|
+
<line number="332" hits="0" branch="false"/>
|
|
3305
|
+
<line number="333" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
3306
|
+
<line number="338" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
3307
|
+
<line number="339" hits="0" branch="false"/>
|
|
3308
|
+
<line number="341" hits="0" branch="false"/>
|
|
3309
|
+
<line number="344" hits="0" branch="false"/>
|
|
3310
|
+
<line number="355" hits="0" branch="false"/>
|
|
3311
|
+
<line number="364" hits="0" branch="false"/>
|
|
3312
|
+
<line number="366" hits="0" branch="false"/>
|
|
3313
|
+
<line number="378" hits="11" branch="false"/>
|
|
3314
|
+
<line number="379" hits="1" branch="false"/>
|
|
3315
|
+
<line number="382" hits="0" branch="false"/>
|
|
3316
|
+
<line number="383" hits="0" branch="false"/>
|
|
3317
|
+
<line number="386" hits="0" branch="false"/>
|
|
3318
|
+
<line number="391" hits="1" branch="false"/>
|
|
3319
|
+
<line number="392" hits="21" branch="false"/>
|
|
3320
|
+
<line number="393" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
3321
|
+
<line number="399" hits="2" branch="false"/>
|
|
3322
|
+
<line number="403" hits="0" branch="false"/>
|
|
3323
|
+
<line number="404" hits="0" branch="false"/>
|
|
3324
|
+
<line number="405" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
3325
|
+
<line number="410" hits="2" branch="false"/>
|
|
3326
|
+
<line number="411" hits="0" branch="false"/>
|
|
3327
|
+
<line number="412" hits="0" branch="false"/>
|
|
3328
|
+
<line number="416" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
3329
|
+
<line number="420" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
3330
|
+
<line number="421" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3331
|
+
<line number="422" hits="0" branch="false"/>
|
|
3332
|
+
<line number="425" hits="0" branch="false"/>
|
|
3333
|
+
<line number="428" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3334
|
+
<line number="429" hits="0" branch="false"/>
|
|
3335
|
+
<line number="432" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3336
|
+
<line number="433" hits="0" branch="false"/>
|
|
3337
|
+
<line number="438" hits="2" branch="false"/>
|
|
3338
|
+
<line number="441" hits="0" branch="false"/>
|
|
3339
|
+
<line number="442" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3341
3340
|
<line number="443" hits="0" branch="false"/>
|
|
3342
|
-
<line number="447" hits="
|
|
3343
|
-
<line number="
|
|
3344
|
-
<line number="
|
|
3341
|
+
<line number="447" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3342
|
+
<line number="449" hits="0" branch="false"/>
|
|
3343
|
+
<line number="453" hits="11" branch="false"/>
|
|
3344
|
+
<line number="454" hits="22" branch="true" condition-coverage="100% (2/2)"/>
|
|
3345
|
+
<line number="455" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
|
3345
3346
|
</lines>
|
|
3346
3347
|
</class>
|
|
3347
3348
|
<class name="deviceSetup.ts" filename="src/Device/deviceSetup.ts" line-rate="0.6890999999999999" branch-rate="0.4375">
|
|
@@ -3521,34 +3522,34 @@
|
|
|
3521
3522
|
<line number="60" hits="1"/>
|
|
3522
3523
|
</lines>
|
|
3523
3524
|
</method>
|
|
3524
|
-
<method name="(anonymous_21)" hits="
|
|
3525
|
+
<method name="(anonymous_21)" hits="75" signature="()V">
|
|
3525
3526
|
<lines>
|
|
3526
|
-
<line number="78" hits="
|
|
3527
|
+
<line number="78" hits="75"/>
|
|
3527
3528
|
</lines>
|
|
3528
3529
|
</method>
|
|
3529
|
-
<method name="(anonymous_22)" hits="
|
|
3530
|
+
<method name="(anonymous_22)" hits="78" signature="()V">
|
|
3530
3531
|
<lines>
|
|
3531
|
-
<line number="81" hits="
|
|
3532
|
+
<line number="81" hits="78"/>
|
|
3532
3533
|
</lines>
|
|
3533
3534
|
</method>
|
|
3534
|
-
<method name="(anonymous_23)" hits="
|
|
3535
|
+
<method name="(anonymous_23)" hits="75" signature="()V">
|
|
3535
3536
|
<lines>
|
|
3536
|
-
<line number="84" hits="
|
|
3537
|
+
<line number="84" hits="75"/>
|
|
3537
3538
|
</lines>
|
|
3538
3539
|
</method>
|
|
3539
|
-
<method name="(anonymous_24)" hits="
|
|
3540
|
+
<method name="(anonymous_24)" hits="78" signature="()V">
|
|
3540
3541
|
<lines>
|
|
3541
|
-
<line number="87" hits="
|
|
3542
|
+
<line number="87" hits="78"/>
|
|
3542
3543
|
</lines>
|
|
3543
3544
|
</method>
|
|
3544
|
-
<method name="(anonymous_25)" hits="
|
|
3545
|
+
<method name="(anonymous_25)" hits="75" signature="()V">
|
|
3545
3546
|
<lines>
|
|
3546
|
-
<line number="90" hits="
|
|
3547
|
+
<line number="90" hits="75"/>
|
|
3547
3548
|
</lines>
|
|
3548
3549
|
</method>
|
|
3549
|
-
<method name="(anonymous_26)" hits="
|
|
3550
|
+
<method name="(anonymous_26)" hits="75" signature="()V">
|
|
3550
3551
|
<lines>
|
|
3551
|
-
<line number="93" hits="
|
|
3552
|
+
<line number="93" hits="75"/>
|
|
3552
3553
|
</lines>
|
|
3553
3554
|
</method>
|
|
3554
3555
|
</methods>
|
|
@@ -3574,20 +3575,20 @@
|
|
|
3574
3575
|
<line number="74" hits="1" branch="false"/>
|
|
3575
3576
|
<line number="76" hits="10" branch="false"/>
|
|
3576
3577
|
<line number="78" hits="30" branch="false"/>
|
|
3577
|
-
<line number="79" hits="
|
|
3578
|
+
<line number="79" hits="75" branch="false"/>
|
|
3578
3579
|
<line number="81" hits="30" branch="false"/>
|
|
3579
|
-
<line number="82" hits="
|
|
3580
|
+
<line number="82" hits="78" branch="false"/>
|
|
3580
3581
|
<line number="84" hits="30" branch="false"/>
|
|
3581
|
-
<line number="85" hits="
|
|
3582
|
+
<line number="85" hits="75" branch="false"/>
|
|
3582
3583
|
<line number="87" hits="30" branch="false"/>
|
|
3583
|
-
<line number="88" hits="
|
|
3584
|
+
<line number="88" hits="78" branch="false"/>
|
|
3584
3585
|
<line number="90" hits="30" branch="false"/>
|
|
3585
|
-
<line number="91" hits="
|
|
3586
|
+
<line number="91" hits="75" branch="false"/>
|
|
3586
3587
|
<line number="93" hits="30" branch="false"/>
|
|
3587
|
-
<line number="94" hits="
|
|
3588
|
+
<line number="94" hits="75" branch="false"/>
|
|
3588
3589
|
</lines>
|
|
3589
3590
|
</class>
|
|
3590
|
-
<class name="deviceSlice.ts" filename="src/Device/deviceSlice.ts" line-rate="0.
|
|
3591
|
+
<class name="deviceSlice.ts" filename="src/Device/deviceSlice.ts" line-rate="0.5454" branch-rate="0.25">
|
|
3591
3592
|
<methods>
|
|
3592
3593
|
<method name="(anonymous_20)" hits="4" signature="()V">
|
|
3593
3594
|
<lines>
|
|
@@ -3619,9 +3620,9 @@
|
|
|
3619
3620
|
<line number="110" hits="6"/>
|
|
3620
3621
|
</lines>
|
|
3621
3622
|
</method>
|
|
3622
|
-
<method name="(anonymous_26)" hits="
|
|
3623
|
+
<method name="(anonymous_26)" hits="6" signature="()V">
|
|
3623
3624
|
<lines>
|
|
3624
|
-
<line number="114" hits="
|
|
3625
|
+
<line number="114" hits="6"/>
|
|
3625
3626
|
</lines>
|
|
3626
3627
|
</method>
|
|
3627
3628
|
<method name="(anonymous_27)" hits="2" signature="()V">
|
|
@@ -3689,19 +3690,19 @@
|
|
|
3689
3690
|
<line number="291" hits="0"/>
|
|
3690
3691
|
</lines>
|
|
3691
3692
|
</method>
|
|
3692
|
-
<method name="(anonymous_40)" hits="
|
|
3693
|
+
<method name="(anonymous_40)" hits="95" signature="()V">
|
|
3693
3694
|
<lines>
|
|
3694
|
-
<line number="293" hits="
|
|
3695
|
+
<line number="293" hits="95"/>
|
|
3695
3696
|
</lines>
|
|
3696
3697
|
</method>
|
|
3697
|
-
<method name="(anonymous_41)" hits="
|
|
3698
|
+
<method name="(anonymous_41)" hits="83" signature="()V">
|
|
3698
3699
|
<lines>
|
|
3699
|
-
<line number="295" hits="
|
|
3700
|
+
<line number="295" hits="83"/>
|
|
3700
3701
|
</lines>
|
|
3701
3702
|
</method>
|
|
3702
|
-
<method name="(anonymous_42)" hits="
|
|
3703
|
+
<method name="(anonymous_42)" hits="201" signature="()V">
|
|
3703
3704
|
<lines>
|
|
3704
|
-
<line number="298" hits="
|
|
3705
|
+
<line number="298" hits="201"/>
|
|
3705
3706
|
</lines>
|
|
3706
3707
|
</method>
|
|
3707
3708
|
<method name="(anonymous_43)" hits="10" signature="()V">
|
|
@@ -3743,7 +3744,7 @@
|
|
|
3743
3744
|
<line number="100" hits="0" branch="false"/>
|
|
3744
3745
|
<line number="103" hits="10" branch="false"/>
|
|
3745
3746
|
<line number="111" hits="6" branch="false"/>
|
|
3746
|
-
<line number="118" hits="
|
|
3747
|
+
<line number="118" hits="6" branch="false"/>
|
|
3747
3748
|
<line number="125" hits="2" branch="false"/>
|
|
3748
3749
|
<line number="126" hits="2" branch="false"/>
|
|
3749
3750
|
<line number="127" hits="2" branch="false"/>
|
|
@@ -3794,10 +3795,10 @@
|
|
|
3794
3795
|
<line number="288" hits="10" branch="false"/>
|
|
3795
3796
|
<line number="290" hits="10" branch="false"/>
|
|
3796
3797
|
<line number="291" hits="0" branch="false"/>
|
|
3797
|
-
<line number="293" hits="
|
|
3798
|
+
<line number="293" hits="95" branch="false"/>
|
|
3798
3799
|
<line number="295" hits="28" branch="false"/>
|
|
3799
|
-
<line number="296" hits="
|
|
3800
|
-
<line number="298" hits="
|
|
3800
|
+
<line number="296" hits="83" branch="false"/>
|
|
3801
|
+
<line number="298" hits="201" branch="false"/>
|
|
3801
3802
|
<line number="300" hits="10" branch="false"/>
|
|
3802
3803
|
<line number="301" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
3803
3804
|
<line number="303" hits="2" branch="false"/>
|
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@ export default ({
|
|
|
102
102
|
abortController.current
|
|
103
103
|
);
|
|
104
104
|
abortController.current = undefined;
|
|
105
|
-
setSelectedDeviceInfo(deviceInfo);
|
|
105
|
+
dispatch(setSelectedDeviceInfo(deviceInfo));
|
|
106
106
|
onDeviceSelected(device, autoReselected);
|
|
107
107
|
|
|
108
108
|
usageData.sendUsageData('device selected', {
|
|
@@ -235,10 +235,6 @@ export const startWatchingDevices =
|
|
|
235
235
|
const waitForDevice =
|
|
236
236
|
getState().deviceAutoSelect.waitForDevice;
|
|
237
237
|
|
|
238
|
-
const deviceInfo = await NrfutilDeviceLib.deviceInfo(
|
|
239
|
-
device
|
|
240
|
-
);
|
|
241
|
-
|
|
242
238
|
// Device lib might fail to advertise that a device has left before it rejoins (Mainly OSx)
|
|
243
239
|
// but we still need to trigger the onSuccess if a device 'reappeared' with a different 'id'
|
|
244
240
|
// and there is an outstanding waitForDevice Request. In this case the disconnectionTime was
|
|
@@ -266,7 +262,10 @@ export const startWatchingDevices =
|
|
|
266
262
|
deviceWithPersistedData
|
|
267
263
|
)) ||
|
|
268
264
|
(waitForDevice.when === 'applicationMode' &&
|
|
269
|
-
|
|
265
|
+
deviceWithPersistedData.traits.nordicDfu &&
|
|
266
|
+
!isDeviceInDFUBootloader(
|
|
267
|
+
deviceWithPersistedData
|
|
268
|
+
)) ||
|
|
270
269
|
(selectedDevice &&
|
|
271
270
|
waitForDevice.when === 'sameTraits' &&
|
|
272
271
|
hasSameDeviceTraits(
|
|
@@ -292,7 +291,14 @@ export const startWatchingDevices =
|
|
|
292
291
|
);
|
|
293
292
|
|
|
294
293
|
dispatch(selectDevice(deviceWithPersistedData));
|
|
295
|
-
|
|
294
|
+
|
|
295
|
+
if (!waitForDevice.skipRefetchDeviceInfo) {
|
|
296
|
+
const deviceInfo =
|
|
297
|
+
await NrfutilDeviceLib.deviceInfo(
|
|
298
|
+
device
|
|
299
|
+
);
|
|
300
|
+
dispatch(setSelectedDeviceInfo(deviceInfo));
|
|
301
|
+
}
|
|
296
302
|
|
|
297
303
|
if (waitForDevice.onSuccess)
|
|
298
304
|
waitForDevice.onSuccess(
|
|
@@ -4,6 +4,7 @@ export interface WaitForDevice {
|
|
|
4
4
|
timeout: number;
|
|
5
5
|
when: 'always' | 'applicationMode' | 'dfuBootLoaderMode' | 'sameTraits' | ((device: Device) => boolean);
|
|
6
6
|
once: boolean;
|
|
7
|
+
skipRefetchDeviceInfo?: boolean;
|
|
7
8
|
onSuccess?: (device: Device) => void;
|
|
8
9
|
onFail?: (reason?: string) => void;
|
|
9
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceAutoSelectSlice.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceAutoSelectSlice.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACE,QAAQ,GACR,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,qBAAqB;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AA4ED,eAAO,MACH,OAAO,6EAEH,uBAAuB,2GACvB,yBAAyB,8GACzB,mBAAmB,2HACnB,mBAAmB,2HACnB,eAAe,oGACf,gBAAgB,2GAChB,sBAAsB,8HACtB,sBAAsB,+HACtB,kBAAkB,4DAjBsC,IAAI,wCAmB3D,CAAC;AAEV,eAAO,MAAM,qBAAqB,UAAW,SAAS,uBACrB,CAAC;AAElC,eAAO,MAAM,eAAe,UAAW,SAAS,YACT,CAAC;AAExC,eAAO,MAAM,wBAAwB,UAAW,SAAS,YAElB,CAAC;AAExC,eAAO,MAAM,0BAA0B,UAAW,SAAS,YACE,CAAC;AAE9D,eAAO,MAAM,oBAAoB,UAAW,SAAS,uBACT,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,8BACT,CAAC;AAEzC,eAAO,MAAM,sBAAsB,UAAW,SAAS,uBACT,CAAC;AAC/C,eAAO,MAAM,sBAAsB,UAAW,SAAS,wBACT,CAAC;AAE/C,eAAO,MAAM,kBAAkB,QAAO,QAKrC,CAAC"}
|
|
1
|
+
{"version":3,"file":"deviceAutoSelectSlice.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceAutoSelectSlice.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EACE,QAAQ,GACR,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,CAAC;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,qBAAqB;IAClC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AA4ED,eAAO,MACH,OAAO,6EAEH,uBAAuB,2GACvB,yBAAyB,8GACzB,mBAAmB,2HACnB,mBAAmB,2HACnB,eAAe,oGACf,gBAAgB,2GAChB,sBAAsB,8HACtB,sBAAsB,+HACtB,kBAAkB,4DAjBsC,IAAI,wCAmB3D,CAAC;AAEV,eAAO,MAAM,qBAAqB,UAAW,SAAS,uBACrB,CAAC;AAElC,eAAO,MAAM,eAAe,UAAW,SAAS,YACT,CAAC;AAExC,eAAO,MAAM,wBAAwB,UAAW,SAAS,YAElB,CAAC;AAExC,eAAO,MAAM,0BAA0B,UAAW,SAAS,YACE,CAAC;AAE9D,eAAO,MAAM,oBAAoB,UAAW,SAAS,uBACT,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,8BACT,CAAC;AAEzC,eAAO,MAAM,sBAAsB,UAAW,SAAS,uBACT,CAAC;AAC/C,eAAO,MAAM,sBAAsB,UAAW,SAAS,wBACT,CAAC;AAE/C,eAAO,MAAM,kBAAkB,QAAO,QAKrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceLister.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceLister.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAiB,MAAM,6BAA6B,CAAC;AAG1E,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAcpD,OAAO,EAEH,MAAM,EAIT,MAAM,eAAe,CAAC;AAkFvB,eAAO,MAAM,oBAAoB,iBACf,YAAY,kBACV,YAAY,YAS3B,CAAC;AAkCN,eAAO,MAAM,oBAAoB,kBAEV,YAAY,8BACC,MAAM,KAAK,IAAI,iCACZ,MAAM,KAAK,IAAI,sBAC1B,MAAM,IAAI,2BACL,MAAM,kBAAkB,OAAO,KAAK,IAAI,KAClE,SAAS,SAAS,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"deviceLister.d.ts","sourceRoot":"","sources":["../../../../src/Device/deviceLister.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAiB,MAAM,6BAA6B,CAAC;AAG1E,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAcpD,OAAO,EAEH,MAAM,EAIT,MAAM,eAAe,CAAC;AAkFvB,eAAO,MAAM,oBAAoB,iBACf,YAAY,kBACV,YAAY,YAS3B,CAAC;AAkCN,eAAO,MAAM,oBAAoB,kBAEV,YAAY,8BACC,MAAM,KAAK,IAAI,iCACZ,MAAM,KAAK,IAAI,sBAC1B,MAAM,IAAI,2BACL,MAAM,kBAAkB,OAAO,KAAK,IAAI,KAClE,SAAS,SAAS,EAAE,IAAI,CAyO1B,CAAC;AAwDN,eAAO,MAAM,mBAAmB,cAAe,MAAM,IAAI,SAGxD,CAAC"}
|