@ray-js/api 1.7.70 → 1.7.72
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/@types/AIKit.d.ts +5509 -610
- package/@types/AIStreamKit.d.ts +2641 -0
- package/@types/AVideoKit.d.ts +1827 -0
- package/@types/BaseKit.d.ts +8682 -1893
- package/@types/BizKit.d.ts +6639 -1038
- package/@types/CategoryCommonBizKit.d.ts +1459 -0
- package/@types/CommunityKit.d.ts +154 -0
- package/@types/DeviceKit.d.ts +18475 -5662
- package/@types/GroupCITestKit.d.ts +651 -0
- package/@types/HealthKit.d.ts +2290 -357
- package/@types/HomeKit.d.ts +4068 -182
- package/@types/IPCKit.d.ts +4327 -1227
- package/@types/LightKit.d.ts +125 -0
- package/@types/MapKit.d.ts +1560 -204
- package/@types/MediaKit.d.ts +136 -16
- package/@types/MediaPlayerKit.d.ts +47 -0
- package/@types/MiniKit.d.ts +2976 -628
- package/@types/OutdoorKit.d.ts +1337 -24
- package/@types/P2PKit.d.ts +622 -103
- package/@types/PayKit.d.ts +115 -0
- package/@types/PlayNetKit.d.ts +3454 -1309
- package/@types/SweeperKit.d.ts +154 -0
- package/@types/ThirdAuthKit.d.ts +324 -0
- package/@types/ThirdPartyDeviceKit.d.ts +410 -0
- package/@types/WearKit.d.ts +10177 -375
- package/@types/gateway.d.ts +349 -61
- package/@types/health.d.ts +486 -304
- package/lib/AIKit-1.6.0.d.ts +265 -41
- package/lib/AIKit-1.6.0.js +374 -120
- package/lib/BaseKit-3.17.7.d.ts +704 -0
- package/lib/BaseKit-3.17.7.js +720 -1
- package/lib/BizKit-4.10.4.d.ts +336 -0
- package/lib/BizKit-4.10.4.js +342 -5
- package/lib/DeviceKit-4.13.1.d.ts +996 -0
- package/lib/DeviceKit-4.13.1.js +1247 -249
- package/lib/HealthKit-6.5.0.d.ts +210 -44
- package/lib/HealthKit-6.5.0.js +295 -128
- package/lib/HomeKit-3.1.4.d.ts +20 -6
- package/lib/HomeKit-3.1.4.js +29 -14
- package/lib/IPCKit-6.4.5.d.ts +375 -77
- package/lib/IPCKit-6.4.5.js +525 -228
- package/lib/MapKit-3.4.13.d.ts +70 -16
- package/lib/MapKit-3.4.13.js +98 -47
- package/lib/MediaKit-3.4.1.d.ts +5 -3
- package/lib/MediaKit-3.4.1.js +7 -6
- package/lib/MiniKit-3.14.1.d.ts +300 -0
- package/lib/MiniKit-3.14.1.js +302 -0
- package/lib/OutdoorKit-1.0.4.d.ts +55 -13
- package/lib/OutdoorKit-1.0.4.js +78 -35
- package/lib/P2PKit-2.0.3.d.ts +125 -27
- package/lib/P2PKit-2.0.3.js +175 -78
- package/lib/PlayNetKit-1.3.30.d.ts +290 -60
- package/lib/PlayNetKit-1.3.30.js +407 -176
- package/lib/WearKit-1.1.6.d.ts +125 -27
- package/lib/WearKit-1.1.6.js +176 -77
- package/lib/all-kits.d.ts +10 -10
- package/lib/all-kits.js +10 -10
- package/lib/cloud/core.d.ts +31 -1
- package/lib/cloud/core.js +31 -1
- package/lib/cloud/device.d.ts +155 -24
- package/lib/cloud/device.js +153 -22
- package/lib/cloud/gateway.d.ts +254 -0
- package/lib/cloud/gateway.js +269 -9
- package/lib/cloud/health.d.ts +1 -0
- package/lib/cloud/health.js +121 -0
- package/lib/cloud/interface.d.ts +222 -44
- package/lib/cloud/interface.js +15 -2
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.js +28 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.d.ts +30 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.js +31 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.d.ts +39 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.d.ts +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.d.ts +35 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.js +29 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.js +1 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.js +25 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.d.ts +29 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.js +25 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.d.ts +26 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.js +1 -0
- package/lib/cloud/laser-clean/getVoiceList/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getVoiceList/index.js +29 -0
- package/lib/cloud/laser-clean/getVoiceList/type.d.ts +48 -0
- package/lib/cloud/laser-clean/getVoiceList/type.js +1 -0
- package/lib/cloud/laser-clean/index.d.ts +1 -1
- package/lib/cloud/laser-clean/index.js +1 -1
- package/lib/cloud/laser-clean/map.d.ts +5 -7
- package/lib/cloud/laser-clean/map.js +5 -9
- package/lib/cloud/laser-clean/record.d.ts +5 -6
- package/lib/cloud/laser-clean/record.js +5 -7
- package/lib/cloud/laser-clean/renameHistoryMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/renameHistoryMap/index.js +29 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.d.ts +9 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.js +1 -0
- package/lib/cloud/laser-clean/voice.d.ts +1 -3
- package/lib/cloud/laser-clean/voice.js +1 -4
- package/lib/cloud/linkage.d.ts +271 -53
- package/lib/cloud/linkage.js +256 -51
- package/lib/cloud/remoteGroup.d.ts +37 -0
- package/lib/cloud/remoteGroup.js +37 -0
- package/lib/cloud/timer.d.ts +104 -26
- package/lib/cloud/timer.js +104 -26
- package/lib/getApp/index.thing.d.ts +47 -1
- package/lib/getApp/index.thing.js +40 -2
- package/lib/getBoundingClientRect/index.thing.d.ts +101 -1
- package/lib/getBoundingClientRect/index.thing.js +59 -0
- package/lib/getCurrentPages/index.thing.d.ts +40 -15
- package/lib/getCurrentPages/index.thing.js +36 -15
- package/lib/getCustomConfig/index.d.ts +5 -2
- package/lib/getCustomConfig/index.thing.d.ts +68 -2
- package/lib/getCustomConfig/index.thing.js +62 -0
- package/lib/getCustomConfig/index.wechat.d.ts +5 -2
- package/lib/getCustomConfig/type.d.ts +26 -15
- package/lib/getElementById/index.thing.d.ts +42 -1
- package/lib/getElementById/index.thing.js +40 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -2
- package/lib/nativeRouters/common.d.ts +8 -0
- package/lib/nativeRouters/device.d.ts +137 -5
- package/lib/nativeRouters/device.js +138 -6
- package/lib/nativeRouters/gw.d.ts +58 -8
- package/lib/nativeRouters/gw.js +57 -8
- package/lib/nativeRouters/outdoors.d.ts +16 -3
- package/lib/nativeRouters/outdoors.js +16 -3
- package/lib/nativeRouters/remoteGroup.d.ts +23 -0
- package/lib/nativeRouters/remoteGroup.js +23 -0
- package/lib/nativeRouters/root.d.ts +19 -0
- package/lib/nativeRouters/root.js +17 -0
- package/lib/openGroupCreate/index.d.ts +45 -0
- package/lib/openGroupCreate/index.js +32 -0
- package/package.json +5 -5
|
@@ -1,250 +1,1246 @@
|
|
|
1
1
|
/// <reference path="../@types/DeviceKit.d.ts" />
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @since @ray-js/ray 0.6.23
|
|
5
|
+
*/
|
|
2
6
|
export declare const unregisterLeaveBeaconFenceEvent: typeof ty.device.unregisterLeaveBeaconFenceEvent;
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* @since @ray-js/ray 0.6.23
|
|
10
|
+
*/
|
|
3
11
|
export declare const registerLeaveBeaconFenceEvent: typeof ty.device.registerLeaveBeaconFenceEvent;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* @since @ray-js/ray 0.6.23
|
|
15
|
+
*/
|
|
4
16
|
export declare const writeBeaconFenceConfig: typeof ty.device.writeBeaconFenceConfig;
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @since @ray-js/ray 0.6.23
|
|
20
|
+
*/
|
|
5
21
|
export declare const readBeaconFenceConfig: typeof ty.device.readBeaconFenceConfig;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* @since @ray-js/ray 0.6.23
|
|
25
|
+
*/
|
|
6
26
|
export declare const disconnectBTBond: typeof ty.device.disconnectBTBond;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 0.6.23
|
|
30
|
+
*/
|
|
7
31
|
export declare const connectBTBond: typeof ty.device.connectBTBond;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* @since @ray-js/ray 0.6.23
|
|
35
|
+
*/
|
|
8
36
|
export declare const cancelBLEFileTransfer: typeof ty.device.cancelBLEFileTransfer;
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @since @ray-js/ray 0.6.23
|
|
40
|
+
*/
|
|
9
41
|
export declare const postBLEFileTransfer: typeof ty.device.postBLEFileTransfer;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @since @ray-js/ray 0.6.23
|
|
45
|
+
*/
|
|
10
46
|
export declare const getBLEDeviceRSSI: typeof ty.device.getBLEDeviceRSSI;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @since @ray-js/ray 0.6.23
|
|
50
|
+
*/
|
|
11
51
|
export declare const subscribeBLEConnectStatus: typeof ty.device.subscribeBLEConnectStatus;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @since @ray-js/ray 0.6.23
|
|
55
|
+
*/
|
|
12
56
|
export declare const unsubscribeBLEConnectStatus: typeof ty.device.unsubscribeBLEConnectStatus;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @since @ray-js/ray 0.6.23
|
|
60
|
+
*/
|
|
13
61
|
export declare const connectBLEDevice: typeof ty.device.connectBLEDevice;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 0.6.23
|
|
65
|
+
*/
|
|
14
66
|
export declare const directConnectBLEDevice: typeof ty.device.directConnectBLEDevice;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @since @ray-js/ray 0.6.23
|
|
70
|
+
*/
|
|
15
71
|
export declare const disconnectBLEDevice: typeof ty.device.disconnectBLEDevice;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* @since @ray-js/ray 0.6.23
|
|
75
|
+
*/
|
|
16
76
|
export declare const getBLEOnlineState: typeof ty.device.getBLEOnlineState;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @since @ray-js/ray 0.6.23
|
|
80
|
+
*/
|
|
17
81
|
export declare const subscribeBLETransparentDataReport: typeof ty.device.subscribeBLETransparentDataReport;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* @since @ray-js/ray 0.6.23
|
|
85
|
+
*/
|
|
18
86
|
export declare const unsubscribeBLETransparentDataReport: typeof ty.device.unsubscribeBLETransparentDataReport;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* @since @ray-js/ray 0.6.23
|
|
90
|
+
*/
|
|
19
91
|
export declare const publishBLETransparentData: typeof ty.device.publishBLETransparentData;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
* @since @ray-js/ray 0.6.23
|
|
95
|
+
*/
|
|
20
96
|
export declare const getEncryptLocalKeyWithData: typeof ty.device.getEncryptLocalKeyWithData;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* @since @ray-js/ray 0.6.23
|
|
100
|
+
*/
|
|
21
101
|
export declare const postBLEBigDataChannelWithProgress: typeof ty.device.postBLEBigDataChannelWithProgress;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* @since @ray-js/ray 0.6.23
|
|
105
|
+
*/
|
|
22
106
|
export declare const startBLEMeshLowPowerConnection: typeof ty.device.startBLEMeshLowPowerConnection;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @since @ray-js/ray 0.6.23
|
|
110
|
+
*/
|
|
23
111
|
export declare const stopBLEMeshLowPowerConnection: typeof ty.device.stopBLEMeshLowPowerConnection;
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* @since @ray-js/ray 0.6.23
|
|
115
|
+
*/
|
|
24
116
|
export declare const startBLEScanBeacon: typeof ty.device.startBLEScanBeacon;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* @since @ray-js/ray 0.6.23
|
|
120
|
+
*/
|
|
25
121
|
export declare const stopBLEScanBeacon: typeof ty.device.stopBLEScanBeacon;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @since @ray-js/ray 0.6.23
|
|
125
|
+
*/
|
|
26
126
|
export declare const bluetoothCapabilityOfBLEBeacon: typeof ty.device.bluetoothCapabilityOfBLEBeacon;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* @since @ray-js/ray 0.6.23
|
|
130
|
+
*/
|
|
27
131
|
export declare const bluetoothIsPowerOn: typeof ty.device.bluetoothIsPowerOn;
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* @since @ray-js/ray 0.6.23
|
|
135
|
+
*/
|
|
28
136
|
export declare const startBLEScanBindDevice: typeof ty.device.startBLEScanBindDevice;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* @since @ray-js/ray 0.6.23
|
|
140
|
+
*/
|
|
29
141
|
export declare const startBLEScan: typeof ty.device.startBLEScan;
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* @since @ray-js/ray 0.6.23
|
|
145
|
+
*/
|
|
30
146
|
export declare const startBLEScanSync: typeof ty.device.startBLEScanSync;
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @since @ray-js/ray 0.6.23
|
|
150
|
+
*/
|
|
31
151
|
export declare const stopBLEScan: typeof ty.device.stopBLEScan;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* @since @ray-js/ray 0.6.23
|
|
155
|
+
*/
|
|
32
156
|
export declare const stopBLEScanSync: typeof ty.device.stopBLEScanSync;
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* @since @ray-js/ray 0.6.23
|
|
160
|
+
*/
|
|
33
161
|
export declare const bluetoothCapabilityIsSupport: typeof ty.device.bluetoothCapabilityIsSupport;
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @since @ray-js/ray 0.6.23
|
|
165
|
+
*/
|
|
34
166
|
export declare const getBTDeviceInfo: typeof ty.device.getBTDeviceInfo;
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* @since @ray-js/ray 0.6.23
|
|
170
|
+
*/
|
|
35
171
|
export declare const startGWActivation: typeof ty.device.startGWActivation;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* @since @ray-js/ray 0.6.23
|
|
175
|
+
*/
|
|
36
176
|
export declare const stopGWActivation: typeof ty.device.stopGWActivation;
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @since @ray-js/ray 0.6.23
|
|
180
|
+
*/
|
|
37
181
|
export declare const openReconnectPage: typeof ty.device.openReconnectPage;
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* @since @ray-js/ray 0.6.23
|
|
185
|
+
*/
|
|
38
186
|
export declare const startDirectlyConnectedDeviceActivator: typeof ty.device.startDirectlyConnectedDeviceActivator;
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* @since @ray-js/ray 0.6.23
|
|
190
|
+
*/
|
|
39
191
|
export declare const stopDirectlyConnectedDeviceActivator: typeof ty.device.stopDirectlyConnectedDeviceActivator;
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @since @ray-js/ray 0.6.23
|
|
195
|
+
*/
|
|
40
196
|
export declare const openCategoryActivatorPage: typeof ty.device.openCategoryActivatorPage;
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
* @since @ray-js/ray 0.6.23
|
|
200
|
+
*/
|
|
41
201
|
export declare const startDirectlyConnectedSearchDevice: typeof ty.device.startDirectlyConnectedSearchDevice;
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* @since @ray-js/ray 0.6.23
|
|
205
|
+
*/
|
|
42
206
|
export declare const stopDirectlyConnectedSearchDevice: typeof ty.device.stopDirectlyConnectedSearchDevice;
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* @since @ray-js/ray 0.6.23
|
|
210
|
+
*/
|
|
43
211
|
export declare const getDeviceWifiActivatorStatus: typeof ty.device.getDeviceWifiActivatorStatus;
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* @since @ray-js/ray 0.6.23
|
|
215
|
+
*/
|
|
44
216
|
export declare const startDeviceWifiActivator: typeof ty.device.startDeviceWifiActivator;
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* @since @ray-js/ray 0.6.23
|
|
220
|
+
*/
|
|
45
221
|
export declare const renameDeviceName: typeof ty.device.renameDeviceName;
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* @since @ray-js/ray 0.6.23
|
|
225
|
+
*/
|
|
46
226
|
export declare const resetFactory: typeof ty.device.resetFactory;
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* @since @ray-js/ray 0.6.23
|
|
230
|
+
*/
|
|
47
231
|
export declare const removeDevice: typeof ty.device.removeDevice;
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
* @since @ray-js/ray 0.6.23
|
|
235
|
+
*/
|
|
48
236
|
export declare const registerZigbeeGateWaySubDeviceListener: typeof ty.device.registerZigbeeGateWaySubDeviceListener;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* @since @ray-js/ray 0.6.23
|
|
240
|
+
*/
|
|
49
241
|
export declare const unregisterZigbeeGateWaySubDeviceListener: typeof ty.device.unregisterZigbeeGateWaySubDeviceListener;
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
* @since @ray-js/ray 0.6.23
|
|
245
|
+
*/
|
|
50
246
|
export declare const getDeviceOnlineType: typeof ty.device.getDeviceOnlineType;
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @since @ray-js/ray 0.6.23
|
|
250
|
+
*/
|
|
51
251
|
export declare const getDeviceInfo: typeof ty.device.getDeviceInfo;
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @since @ray-js/ray 0.6.23
|
|
255
|
+
*/
|
|
52
256
|
export declare const getProductInfo: typeof ty.device.getProductInfo;
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* @since @ray-js/ray 0.6.23
|
|
260
|
+
*/
|
|
53
261
|
export declare const getSubDeviceInfoList: typeof ty.device.getSubDeviceInfoList;
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @since @ray-js/ray 0.6.23
|
|
265
|
+
*/
|
|
54
266
|
export declare const validDeviceOnlineType: typeof ty.device.validDeviceOnlineType;
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* @since @ray-js/ray 0.10.4
|
|
270
|
+
*/
|
|
55
271
|
export declare const publishDpsBase: typeof ty.device.publishDps;
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
* @since @ray-js/ray 0.10.4
|
|
275
|
+
*/
|
|
56
276
|
export declare const publishDps: typeof ty.device.publishDps;
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @since @ray-js/ray 0.6.23
|
|
280
|
+
*/
|
|
57
281
|
export declare const publishCommands: typeof ty.device.publishCommands;
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* @since @ray-js/ray 0.6.23
|
|
285
|
+
*/
|
|
58
286
|
export declare const publishDpsWithPipeType: typeof ty.device.publishDpsWithPipeType;
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @since @ray-js/ray 0.6.23
|
|
290
|
+
*/
|
|
59
291
|
export declare const queryDps: typeof ty.device.queryDps;
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
* @since @ray-js/ray 0.6.23
|
|
295
|
+
*/
|
|
60
296
|
export declare const publishMqttMessage: typeof ty.device.publishMqttMessage;
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @since @ray-js/ray 0.6.23
|
|
300
|
+
*/
|
|
61
301
|
export declare const publishLanMessage: typeof ty.device.publishLanMessage;
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* @since @ray-js/ray 0.6.23
|
|
305
|
+
*/
|
|
62
306
|
export declare const publishSocketMessage: typeof ty.device.publishSocketMessage;
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
* @since @ray-js/ray 0.6.23
|
|
310
|
+
*/
|
|
63
311
|
export declare const getDeviceProperty: typeof ty.device.getDeviceProperty;
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* @since @ray-js/ray 0.6.23
|
|
315
|
+
*/
|
|
64
316
|
export declare const setDeviceProperty: typeof ty.device.setDeviceProperty;
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
* @since @ray-js/ray 0.6.23
|
|
320
|
+
*/
|
|
65
321
|
export declare const syncDeviceInfo: typeof ty.device.syncDeviceInfo;
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
* @since @ray-js/ray 0.6.23
|
|
325
|
+
*/
|
|
66
326
|
export declare const subscribeDeviceRemoved: typeof ty.device.subscribeDeviceRemoved;
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* @since @ray-js/ray 0.6.23
|
|
330
|
+
*/
|
|
67
331
|
export declare const unSubscribeDeviceRemoved: typeof ty.device.unSubscribeDeviceRemoved;
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* @since @ray-js/ray 0.6.23
|
|
335
|
+
*/
|
|
68
336
|
export declare const registerMQTTDeviceListener: typeof ty.device.registerMQTTDeviceListener;
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* @since @ray-js/ray 0.6.23
|
|
340
|
+
*/
|
|
69
341
|
export declare const unregisterMQTTDeviceListener: typeof ty.device.unregisterMQTTDeviceListener;
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* @since @ray-js/ray 0.6.23
|
|
345
|
+
*/
|
|
70
346
|
export declare const registerMQTTProtocolListener: typeof ty.device.registerMQTTProtocolListener;
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
* @since @ray-js/ray 0.6.23
|
|
350
|
+
*/
|
|
71
351
|
export declare const unregisterMQTTProtocolListener: typeof ty.device.unregisterMQTTProtocolListener;
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @since @ray-js/ray 0.6.23
|
|
355
|
+
*/
|
|
72
356
|
export declare const registerDeviceListListener: typeof ty.device.registerDeviceListListener;
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
* @since @ray-js/ray 0.6.23
|
|
360
|
+
*/
|
|
73
361
|
export declare const unregisterDeviceListListener: typeof ty.device.unregisterDeviceListListener;
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
* @since @ray-js/ray 0.6.23
|
|
365
|
+
*/
|
|
74
366
|
export declare const registerTopicListListener: typeof ty.device.registerTopicListListener;
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @since @ray-js/ray 0.6.23
|
|
370
|
+
*/
|
|
75
371
|
export declare const unregisterTopicListListener: typeof ty.device.unregisterTopicListListener;
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
* @since @ray-js/ray 0.6.23
|
|
375
|
+
*/
|
|
76
376
|
export declare const getMqttConnectState: typeof ty.device.getMqttConnectState;
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
* @since @ray-js/ray 0.6.23
|
|
380
|
+
*/
|
|
77
381
|
export declare const checkOTAUpdateInfo: typeof ty.device.checkOTAUpdateInfo;
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
* @since @ray-js/ray 0.6.23
|
|
385
|
+
*/
|
|
78
386
|
export declare const openDeviceDetailPage: typeof ty.device.openDeviceDetailPage;
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
* @since @ray-js/ray 0.6.23
|
|
390
|
+
*/
|
|
79
391
|
export declare const openGroupDetailPage: typeof ty.device.openGroupDetailPage;
|
|
392
|
+
/**
|
|
393
|
+
* @public
|
|
394
|
+
* @since @ray-js/ray 0.6.23
|
|
395
|
+
*/
|
|
80
396
|
export declare const openTimerPage: typeof ty.device.openTimerPage;
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
* @since @ray-js/ray 0.6.23
|
|
400
|
+
*/
|
|
81
401
|
export declare const openGroupTimerPage: typeof ty.device.openGroupTimerPage;
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
* @since @ray-js/ray 0.6.23
|
|
405
|
+
*/
|
|
82
406
|
export declare const openDeviceWifiNetworkMonitorPage: typeof ty.device.openDeviceWifiNetworkMonitorPage;
|
|
407
|
+
/**
|
|
408
|
+
* @public
|
|
409
|
+
* @since @ray-js/ray 0.6.23
|
|
410
|
+
*/
|
|
83
411
|
export declare const syncTimerTask: typeof ty.device.syncTimerTask;
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
* @since @ray-js/ray 0.6.23
|
|
415
|
+
*/
|
|
84
416
|
export declare const addTimer: typeof ty.device.addTimer;
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* @since @ray-js/ray 0.6.23
|
|
420
|
+
*/
|
|
85
421
|
export declare const updateTimer: typeof ty.device.updateTimer;
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
* @since @ray-js/ray 0.6.23
|
|
425
|
+
*/
|
|
86
426
|
export declare const updateTimerStatus: typeof ty.device.updateTimerStatus;
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
* @since @ray-js/ray 0.6.23
|
|
430
|
+
*/
|
|
87
431
|
export declare const removeTimer: typeof ty.device.removeTimer;
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
* @since @ray-js/ray 0.6.23
|
|
435
|
+
*/
|
|
88
436
|
export declare const getShareDeviceInfo: typeof ty.device.getShareDeviceInfo;
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
* @since @ray-js/ray 0.6.23
|
|
440
|
+
*/
|
|
89
441
|
export declare const openDeviceEdit: typeof ty.device.openDeviceEdit;
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
* @since @ray-js/ray 0.6.23
|
|
445
|
+
*/
|
|
90
446
|
export declare const openGroupEdit: typeof ty.device.openGroupEdit;
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
* @since @ray-js/ray 0.6.23
|
|
450
|
+
*/
|
|
91
451
|
export declare const openDeviceInfo: typeof ty.device.openDeviceInfo;
|
|
452
|
+
/**
|
|
453
|
+
* @public
|
|
454
|
+
* @since @ray-js/ray 0.6.23
|
|
455
|
+
*/
|
|
92
456
|
export declare const isDeviceSupportOfflineReminder: typeof ty.device.isDeviceSupportOfflineReminder;
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
* @since @ray-js/ray 0.6.23
|
|
460
|
+
*/
|
|
93
461
|
export declare const getDeviceOfflineReminderState: typeof ty.device.getDeviceOfflineReminderState;
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
* @since @ray-js/ray 0.6.23
|
|
465
|
+
*/
|
|
94
466
|
export declare const toggleDeviceOfflineReminder: typeof ty.device.toggleDeviceOfflineReminder;
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
* @since @ray-js/ray 0.6.23
|
|
470
|
+
*/
|
|
95
471
|
export declare const getDeviceOfflineReminderWarningText: typeof ty.device.getDeviceOfflineReminderWarningText;
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
* @since @ray-js/ray 0.6.23
|
|
475
|
+
*/
|
|
96
476
|
export declare const openDeviceQuestionsAndFeedback: typeof ty.device.openDeviceQuestionsAndFeedback;
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
* @since @ray-js/ray 0.6.23
|
|
480
|
+
*/
|
|
97
481
|
export declare const openShareDevice: typeof ty.device.openShareDevice;
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
* @since @ray-js/ray 0.6.23
|
|
485
|
+
*/
|
|
98
486
|
export declare const addDeviceToDesk: typeof ty.device.addDeviceToDesk;
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
* @since @ray-js/ray 0.6.23
|
|
490
|
+
*/
|
|
99
491
|
export declare const removeShareDevice: typeof ty.device.removeShareDevice;
|
|
492
|
+
/**
|
|
493
|
+
* @public
|
|
494
|
+
* @since @ray-js/ray 0.6.23
|
|
495
|
+
*/
|
|
100
496
|
export declare const getSupportedThirdPartyServices: typeof ty.device.getSupportedThirdPartyServices;
|
|
497
|
+
/**
|
|
498
|
+
* @public
|
|
499
|
+
* @since @ray-js/ray 0.6.23
|
|
500
|
+
*/
|
|
101
501
|
export declare const openRecommendSceneDetail: typeof ty.device.openRecommendSceneDetail;
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
* @since @ray-js/ray 0.6.23
|
|
505
|
+
*/
|
|
102
506
|
export declare const openDeviceExecutionAndAnutomation: typeof ty.device.openDeviceExecutionAndAnutomation;
|
|
507
|
+
/**
|
|
508
|
+
* @public
|
|
509
|
+
* @since @ray-js/ray 0.6.23
|
|
510
|
+
*/
|
|
103
511
|
export declare const saveSceneAction: typeof ty.device.saveSceneAction;
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
* @since @ray-js/ray 0.6.23
|
|
515
|
+
*/
|
|
104
516
|
export declare const createAction: typeof ty.device.createAction;
|
|
517
|
+
/**
|
|
518
|
+
* @public
|
|
519
|
+
* @since @ray-js/ray 0.6.23
|
|
520
|
+
*/
|
|
105
521
|
export declare const editAction: typeof ty.device.editAction;
|
|
522
|
+
/**
|
|
523
|
+
* @public
|
|
524
|
+
* @since @ray-js/ray 0.6.23
|
|
525
|
+
*/
|
|
106
526
|
export declare const showSceneDialog: typeof ty.device.showSceneDialog;
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
* @since @ray-js/ray 0.6.23
|
|
530
|
+
*/
|
|
107
531
|
export declare const openPreConditionPage: typeof ty.device.openPreConditionPage;
|
|
532
|
+
/**
|
|
533
|
+
* @public
|
|
534
|
+
* @since @ray-js/ray 0.6.23
|
|
535
|
+
*/
|
|
108
536
|
export declare const createCondition: typeof ty.device.createCondition;
|
|
537
|
+
/**
|
|
538
|
+
* @public
|
|
539
|
+
* @since @ray-js/ray 0.6.23
|
|
540
|
+
*/
|
|
109
541
|
export declare const editCondition: typeof ty.device.editCondition;
|
|
542
|
+
/**
|
|
543
|
+
* @public
|
|
544
|
+
* @since @ray-js/ray 0.6.23
|
|
545
|
+
*/
|
|
110
546
|
export declare const getGroupDeviceList: typeof ty.device.getGroupDeviceList;
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
* @since @ray-js/ray 0.6.23
|
|
550
|
+
*/
|
|
111
551
|
export declare const getGroupDeviceNum: typeof ty.device.getGroupDeviceNum;
|
|
552
|
+
/**
|
|
553
|
+
* @public
|
|
554
|
+
* @since @ray-js/ray 0.6.23
|
|
555
|
+
*/
|
|
112
556
|
export declare const getDeviceNumWithDpCode: typeof ty.device.getDeviceNumWithDpCode;
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
* @since @ray-js/ray 0.6.23
|
|
560
|
+
*/
|
|
113
561
|
export declare const publishGroupDpCodes: typeof ty.device.publishGroupDpCodes;
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
* @since @ray-js/ray 0.6.23
|
|
565
|
+
*/
|
|
114
566
|
export declare const publishSigMeshMultiDps: typeof ty.device.publishSigMeshMultiDps;
|
|
567
|
+
/**
|
|
568
|
+
* @public
|
|
569
|
+
* @since @ray-js/ray 0.6.23
|
|
570
|
+
*/
|
|
115
571
|
export declare const openMeshLocalGroup: typeof ty.device.openMeshLocalGroup;
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
* @since @ray-js/ray 0.6.23
|
|
575
|
+
*/
|
|
116
576
|
export declare const getGroupInfo: typeof ty.device.getGroupInfo;
|
|
577
|
+
/**
|
|
578
|
+
* @public
|
|
579
|
+
* @since @ray-js/ray 0.6.23
|
|
580
|
+
*/
|
|
117
581
|
export declare const publishGroupDps: typeof ty.device.publishGroupDps;
|
|
582
|
+
/**
|
|
583
|
+
* @public
|
|
584
|
+
* @since @ray-js/ray 0.6.23
|
|
585
|
+
*/
|
|
118
586
|
export declare const getGroupProperty: typeof ty.device.getGroupProperty;
|
|
587
|
+
/**
|
|
588
|
+
* @public
|
|
589
|
+
* @since @ray-js/ray 0.6.23
|
|
590
|
+
*/
|
|
119
591
|
export declare const setGroupProperty: typeof ty.device.setGroupProperty;
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
* @since @ray-js/ray 0.6.23
|
|
595
|
+
*/
|
|
120
596
|
export declare const registerGroupChange: typeof ty.device.registerGroupChange;
|
|
597
|
+
/**
|
|
598
|
+
* @public
|
|
599
|
+
* @since @ray-js/ray 0.6.23
|
|
600
|
+
*/
|
|
121
601
|
export declare const unRegisterGroupChange: typeof ty.device.unRegisterGroupChange;
|
|
602
|
+
/**
|
|
603
|
+
* @public
|
|
604
|
+
* @since @ray-js/ray 0.6.23
|
|
605
|
+
*/
|
|
122
606
|
export declare const getMeshDeviceId: typeof ty.device.getMeshDeviceId;
|
|
607
|
+
/**
|
|
608
|
+
* @public
|
|
609
|
+
* @since @ray-js/ray 0.6.23
|
|
610
|
+
*/
|
|
123
611
|
export declare const getDpDataByMesh: typeof ty.device.getDpDataByMesh;
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
* @since @ray-js/ray 0.6.23
|
|
615
|
+
*/
|
|
124
616
|
export declare const checkOTAUpgradeStatus: typeof ty.device.checkOTAUpgradeStatus;
|
|
617
|
+
/**
|
|
618
|
+
* @public
|
|
619
|
+
* @since @ray-js/ray 0.6.23
|
|
620
|
+
*/
|
|
125
621
|
export declare const openOTAUpgrade: typeof ty.device.openOTAUpgrade;
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
* @since @ray-js/ray 0.6.23
|
|
625
|
+
*/
|
|
126
626
|
export declare const deviceIsSupportThingModel: typeof ty.device.deviceIsSupportThingModel;
|
|
627
|
+
/**
|
|
628
|
+
* @public
|
|
629
|
+
* @since @ray-js/ray 0.6.23
|
|
630
|
+
*/
|
|
127
631
|
export declare const updateDeviceThingModelInfo: typeof ty.device.updateDeviceThingModelInfo;
|
|
632
|
+
/**
|
|
633
|
+
* @public
|
|
634
|
+
* @since @ray-js/ray 0.6.23
|
|
635
|
+
*/
|
|
128
636
|
export declare const getDeviceThingModelInfo: typeof ty.device.getDeviceThingModelInfo;
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
* @since @ray-js/ray 0.6.23
|
|
640
|
+
*/
|
|
129
641
|
export declare const publishThingModelMessage: typeof ty.device.publishThingModelMessage;
|
|
642
|
+
/**
|
|
643
|
+
* @public
|
|
644
|
+
* @since @ray-js/ray 0.6.23
|
|
645
|
+
*/
|
|
130
646
|
export declare const subscribeReceivedThingModelMessage: typeof ty.device.subscribeReceivedThingModelMessage;
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
* @since @ray-js/ray 0.6.23
|
|
650
|
+
*/
|
|
131
651
|
export declare const unSubscribeReceivedThingModelMessage: typeof ty.device.unSubscribeReceivedThingModelMessage;
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
* @since @ray-js/ray 0.6.23
|
|
655
|
+
*/
|
|
132
656
|
export declare const onLeaveBeaconFence: typeof ty.device.onLeaveBeaconFence;
|
|
657
|
+
/**
|
|
658
|
+
* @public
|
|
659
|
+
* @since @ray-js/ray 0.6.23
|
|
660
|
+
*/
|
|
133
661
|
export declare const offLeaveBeaconFence: typeof ty.device.offLeaveBeaconFence;
|
|
662
|
+
/**
|
|
663
|
+
* @public
|
|
664
|
+
* @since @ray-js/ray 0.6.23
|
|
665
|
+
*/
|
|
134
666
|
export declare const onFileTransferProgress: typeof ty.device.onFileTransferProgress;
|
|
667
|
+
/**
|
|
668
|
+
* @public
|
|
669
|
+
* @since @ray-js/ray 0.6.23
|
|
670
|
+
*/
|
|
135
671
|
export declare const offFileTransferProgress: typeof ty.device.offFileTransferProgress;
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
* @since @ray-js/ray 0.6.23
|
|
675
|
+
*/
|
|
136
676
|
export declare const onBLEConnectStatusChange: typeof ty.device.onBLEConnectStatusChange;
|
|
677
|
+
/**
|
|
678
|
+
* @public
|
|
679
|
+
* @since @ray-js/ray 0.6.23
|
|
680
|
+
*/
|
|
137
681
|
export declare const offBLEConnectStatusChange: typeof ty.device.offBLEConnectStatusChange;
|
|
682
|
+
/**
|
|
683
|
+
* @public
|
|
684
|
+
* @since @ray-js/ray 0.6.23
|
|
685
|
+
*/
|
|
138
686
|
export declare const onBLETransparentDataReport: typeof ty.device.onBLETransparentDataReport;
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
* @since @ray-js/ray 0.6.23
|
|
690
|
+
*/
|
|
139
691
|
export declare const offBLETransparentDataReport: typeof ty.device.offBLETransparentDataReport;
|
|
692
|
+
/**
|
|
693
|
+
* @public
|
|
694
|
+
* @since @ray-js/ray 0.6.23
|
|
695
|
+
*/
|
|
140
696
|
export declare const onBLEBigDataChannelProgressEvent: typeof ty.device.onBLEBigDataChannelProgressEvent;
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
* @since @ray-js/ray 0.6.23
|
|
700
|
+
*/
|
|
141
701
|
export declare const offBLEBigDataChannelProgressEvent: typeof ty.device.offBLEBigDataChannelProgressEvent;
|
|
702
|
+
/**
|
|
703
|
+
* @public
|
|
704
|
+
* @since @ray-js/ray 0.6.23
|
|
705
|
+
*/
|
|
142
706
|
export declare const onBLEScanBindDevice: typeof ty.device.onBLEScanBindDevice;
|
|
707
|
+
/**
|
|
708
|
+
* @public
|
|
709
|
+
* @since @ray-js/ray 0.6.23
|
|
710
|
+
*/
|
|
143
711
|
export declare const offBLEScanBindDevice: typeof ty.device.offBLEScanBindDevice;
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
* @since @ray-js/ray 0.6.23
|
|
715
|
+
*/
|
|
144
716
|
export declare const onBLEBigDataChannelDeviceToAppSuccess: typeof ty.device.onBLEBigDataChannelDeviceToAppSuccess;
|
|
717
|
+
/**
|
|
718
|
+
* @public
|
|
719
|
+
* @since @ray-js/ray 0.6.23
|
|
720
|
+
*/
|
|
145
721
|
export declare const offBLEBigDataChannelDeviceToAppSuccess: typeof ty.device.offBLEBigDataChannelDeviceToAppSuccess;
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
* @since @ray-js/ray 0.6.23
|
|
725
|
+
*/
|
|
146
726
|
export declare const onBLEBigDataChannelUploadCloudProgress: typeof ty.device.onBLEBigDataChannelUploadCloudProgress;
|
|
727
|
+
/**
|
|
728
|
+
* @public
|
|
729
|
+
* @since @ray-js/ray 0.6.23
|
|
730
|
+
*/
|
|
147
731
|
export declare const offBLEBigDataChannelUploadCloudProgress: typeof ty.device.offBLEBigDataChannelUploadCloudProgress;
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
* @since @ray-js/ray 0.6.23
|
|
735
|
+
*/
|
|
148
736
|
export declare const onSubDeviceInfoUpdateEvent: typeof ty.device.onSubDeviceInfoUpdateEvent;
|
|
737
|
+
/**
|
|
738
|
+
* @public
|
|
739
|
+
* @since @ray-js/ray 0.6.23
|
|
740
|
+
*/
|
|
149
741
|
export declare const offSubDeviceInfoUpdateEvent: typeof ty.device.offSubDeviceInfoUpdateEvent;
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
* @since @ray-js/ray 0.6.23
|
|
745
|
+
*/
|
|
150
746
|
export declare const onDirectlyConnectedSearchDeviceEvent: typeof ty.device.onDirectlyConnectedSearchDeviceEvent;
|
|
747
|
+
/**
|
|
748
|
+
* @public
|
|
749
|
+
* @since @ray-js/ray 0.6.23
|
|
750
|
+
*/
|
|
151
751
|
export declare const offDirectlyConnectedSearchDeviceEvent: typeof ty.device.offDirectlyConnectedSearchDeviceEvent;
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
* @since @ray-js/ray 0.6.23
|
|
755
|
+
*/
|
|
152
756
|
export declare const onDpDataChange: typeof ty.device.onDpDataChange;
|
|
757
|
+
/**
|
|
758
|
+
* @public
|
|
759
|
+
* @since @ray-js/ray 0.6.23
|
|
760
|
+
*/
|
|
153
761
|
export declare const offDpDataChange: typeof ty.device.offDpDataChange;
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
* @since @ray-js/ray 0.6.23
|
|
765
|
+
*/
|
|
154
766
|
export declare const onMqttMessageReceived: typeof ty.device.onMqttMessageReceived;
|
|
767
|
+
/**
|
|
768
|
+
* @public
|
|
769
|
+
* @since @ray-js/ray 0.6.23
|
|
770
|
+
*/
|
|
155
771
|
export declare const offMqttMessageReceived: typeof ty.device.offMqttMessageReceived;
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
* @since @ray-js/ray 0.6.23
|
|
775
|
+
*/
|
|
156
776
|
export declare const onSocketMessageReceived: typeof ty.device.onSocketMessageReceived;
|
|
777
|
+
/**
|
|
778
|
+
* @public
|
|
779
|
+
* @since @ray-js/ray 0.6.23
|
|
780
|
+
*/
|
|
157
781
|
export declare const offSocketMessageReceived: typeof ty.device.offSocketMessageReceived;
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
* @since @ray-js/ray 0.6.23
|
|
785
|
+
*/
|
|
158
786
|
export declare const onDeviceOnlineStatusUpdate: typeof ty.device.onDeviceOnlineStatusUpdate;
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
* @since @ray-js/ray 0.6.23
|
|
790
|
+
*/
|
|
159
791
|
export declare const offDeviceOnlineStatusUpdate: typeof ty.device.offDeviceOnlineStatusUpdate;
|
|
792
|
+
/**
|
|
793
|
+
* @public
|
|
794
|
+
* @since @ray-js/ray 0.6.23
|
|
795
|
+
*/
|
|
160
796
|
export declare const onDeviceInfoUpdated: typeof ty.device.onDeviceInfoUpdated;
|
|
797
|
+
/**
|
|
798
|
+
* @public
|
|
799
|
+
* @since @ray-js/ray 0.6.23
|
|
800
|
+
*/
|
|
161
801
|
export declare const offDeviceInfoUpdated: typeof ty.device.offDeviceInfoUpdated;
|
|
802
|
+
/**
|
|
803
|
+
* @public
|
|
804
|
+
* @since @ray-js/ray 0.6.23
|
|
805
|
+
*/
|
|
162
806
|
export declare const onDeviceRemoved: typeof ty.device.onDeviceRemoved;
|
|
807
|
+
/**
|
|
808
|
+
* @public
|
|
809
|
+
* @since @ray-js/ray 0.6.23
|
|
810
|
+
*/
|
|
163
811
|
export declare const offDeviceRemoved: typeof ty.device.offDeviceRemoved;
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
* @since @ray-js/ray 0.6.23
|
|
815
|
+
*/
|
|
164
816
|
export declare const onMqttConnectState: typeof ty.device.onMqttConnectState;
|
|
817
|
+
/**
|
|
818
|
+
* @public
|
|
819
|
+
* @since @ray-js/ray 0.6.23
|
|
820
|
+
*/
|
|
165
821
|
export declare const offMqttConnectState: typeof ty.device.offMqttConnectState;
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
* @since @ray-js/ray 0.6.23
|
|
825
|
+
*/
|
|
166
826
|
export declare const onTimerUpdate: typeof ty.device.onTimerUpdate;
|
|
827
|
+
/**
|
|
828
|
+
* @public
|
|
829
|
+
* @since @ray-js/ray 0.6.23
|
|
830
|
+
*/
|
|
167
831
|
export declare const offTimerUpdate: typeof ty.device.offTimerUpdate;
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
* @since @ray-js/ray 0.6.23
|
|
835
|
+
*/
|
|
168
836
|
export declare const onGroupInfoChange: typeof ty.device.onGroupInfoChange;
|
|
837
|
+
/**
|
|
838
|
+
* @public
|
|
839
|
+
* @since @ray-js/ray 0.6.23
|
|
840
|
+
*/
|
|
169
841
|
export declare const offGroupInfoChange: typeof ty.device.offGroupInfoChange;
|
|
842
|
+
/**
|
|
843
|
+
* @public
|
|
844
|
+
* @since @ray-js/ray 0.6.23
|
|
845
|
+
*/
|
|
170
846
|
export declare const onGroupDpCodeChange: typeof ty.device.onGroupDpCodeChange;
|
|
847
|
+
/**
|
|
848
|
+
* @public
|
|
849
|
+
* @since @ray-js/ray 0.6.23
|
|
850
|
+
*/
|
|
171
851
|
export declare const offGroupDpCodeChange: typeof ty.device.offGroupDpCodeChange;
|
|
852
|
+
/**
|
|
853
|
+
* @public
|
|
854
|
+
* @since @ray-js/ray 0.6.23
|
|
855
|
+
*/
|
|
172
856
|
export declare const onGroupRemovedEvent: typeof ty.device.onGroupRemovedEvent;
|
|
857
|
+
/**
|
|
858
|
+
* @public
|
|
859
|
+
* @since @ray-js/ray 0.6.23
|
|
860
|
+
*/
|
|
173
861
|
export declare const offGroupRemovedEvent: typeof ty.device.offGroupRemovedEvent;
|
|
862
|
+
/**
|
|
863
|
+
* @public
|
|
864
|
+
* @since @ray-js/ray 0.6.23
|
|
865
|
+
*/
|
|
174
866
|
export declare const onGroupDpDataChangeEvent: typeof ty.device.onGroupDpDataChangeEvent;
|
|
867
|
+
/**
|
|
868
|
+
* @public
|
|
869
|
+
* @since @ray-js/ray 0.6.23
|
|
870
|
+
*/
|
|
175
871
|
export declare const offGroupDpDataChangeEvent: typeof ty.device.offGroupDpDataChangeEvent;
|
|
872
|
+
/**
|
|
873
|
+
* @public
|
|
874
|
+
* @since @ray-js/ray 0.6.23
|
|
875
|
+
*/
|
|
176
876
|
export declare const onReceivedThingModelMessage: typeof ty.device.onReceivedThingModelMessage;
|
|
877
|
+
/**
|
|
878
|
+
* @public
|
|
879
|
+
* @since @ray-js/ray 0.8.0
|
|
880
|
+
*/
|
|
177
881
|
export declare const offReceivedThingModelMessage: typeof ty.device.offReceivedThingModelMessage;
|
|
882
|
+
/**
|
|
883
|
+
* @public
|
|
884
|
+
* @since @ray-js/ray 0.8.0
|
|
885
|
+
*/
|
|
178
886
|
export declare const connectBluetoothDevice: typeof ty.device.connectBluetoothDevice;
|
|
887
|
+
/**
|
|
888
|
+
* @public
|
|
889
|
+
* @since @ray-js/ray 0.8.0
|
|
890
|
+
*/
|
|
179
891
|
export declare const disconnectBluetoothDevice: typeof ty.device.disconnectBluetoothDevice;
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
* @since @ray-js/ray 0.8.0
|
|
895
|
+
*/
|
|
180
896
|
export declare const onSubDeviceAdded: typeof ty.device.onSubDeviceAdded;
|
|
897
|
+
/**
|
|
898
|
+
* @public
|
|
899
|
+
* @since @ray-js/ray 0.8.0
|
|
900
|
+
*/
|
|
181
901
|
export declare const offSubDeviceAdded: typeof ty.device.offSubDeviceAdded;
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
* @since @ray-js/ray 0.8.0
|
|
905
|
+
*/
|
|
182
906
|
export declare const onSubDeviceDpUpdate: typeof ty.device.onSubDeviceDpUpdate;
|
|
907
|
+
/**
|
|
908
|
+
* @public
|
|
909
|
+
* @since @ray-js/ray 0.8.0
|
|
910
|
+
*/
|
|
183
911
|
export declare const offSubDeviceDpUpdate: typeof ty.device.offSubDeviceDpUpdate;
|
|
912
|
+
/**
|
|
913
|
+
* @public
|
|
914
|
+
* @since @ray-js/ray 0.8.0
|
|
915
|
+
*/
|
|
184
916
|
export declare const onSubDeviceInfoUpdate: typeof ty.device.onSubDeviceInfoUpdate;
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
* @since @ray-js/ray 0.8.0
|
|
920
|
+
*/
|
|
185
921
|
export declare const offSubDeviceInfoUpdate: typeof ty.device.offSubDeviceInfoUpdate;
|
|
922
|
+
/**
|
|
923
|
+
* @public
|
|
924
|
+
* @since @ray-js/ray 0.8.0
|
|
925
|
+
*/
|
|
186
926
|
export declare const onSubDeviceRemoved: typeof ty.device.onSubDeviceRemoved;
|
|
927
|
+
/**
|
|
928
|
+
* @public
|
|
929
|
+
* @since @ray-js/ray 0.8.0
|
|
930
|
+
*/
|
|
187
931
|
export declare const offSubDeviceRemoved: typeof ty.device.offSubDeviceRemoved;
|
|
932
|
+
/**
|
|
933
|
+
* @public
|
|
934
|
+
* @since @ray-js/ray 0.8.0
|
|
935
|
+
*/
|
|
188
936
|
export declare const registerGateWaySubDeviceListener: typeof ty.device.registerGateWaySubDeviceListener;
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
* @since @ray-js/ray 0.9.0
|
|
940
|
+
*/
|
|
189
941
|
export declare const unregisterGateWaySubDeviceListener: typeof ty.device.unregisterGateWaySubDeviceListener;
|
|
942
|
+
/**
|
|
943
|
+
* @public
|
|
944
|
+
* @since @ray-js/ray 0.9.0
|
|
945
|
+
*/
|
|
190
946
|
export declare const getDeviceListByDevIds: typeof ty.device.getDeviceListByDevIds;
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
* @since @ray-js/ray 1.4.21
|
|
950
|
+
*/
|
|
191
951
|
export declare const sendMqttMessage: typeof ty.device.sendMqttMessage;
|
|
952
|
+
/**
|
|
953
|
+
* @public
|
|
954
|
+
* @since @ray-js/ray 1.4.21
|
|
955
|
+
*/
|
|
192
956
|
export declare const dispatchSubFunctionTouchEvent: typeof ty.device.dispatchSubFunctionTouchEvent;
|
|
957
|
+
/**
|
|
958
|
+
* @public
|
|
959
|
+
* @since @ray-js/ray 1.4.57
|
|
960
|
+
*/
|
|
193
961
|
export declare const onSubFunctionDataChange: typeof ty.device.onSubFunctionDataChange;
|
|
962
|
+
/**
|
|
963
|
+
* @public
|
|
964
|
+
* @since @ray-js/ray 1.5.30
|
|
965
|
+
*/
|
|
194
966
|
export declare const activeDeviceExtendModule: typeof ty.device.activeDeviceExtendModule;
|
|
967
|
+
/**
|
|
968
|
+
* @public
|
|
969
|
+
* @since @ray-js/ray 1.5.30
|
|
970
|
+
*/
|
|
195
971
|
export declare const updateMeshProxyState: typeof ty.device.updateMeshProxyState;
|
|
972
|
+
/**
|
|
973
|
+
* @public
|
|
974
|
+
* @since @ray-js/ray 1.5.30
|
|
975
|
+
*/
|
|
196
976
|
export declare const updateMeshRelayState: typeof ty.device.updateMeshRelayState;
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
* @since @ray-js/ray 1.5.30
|
|
980
|
+
*/
|
|
197
981
|
export declare const recordBleConnectEvent: typeof ty.device.recordBleConnectEvent;
|
|
982
|
+
/**
|
|
983
|
+
* @public
|
|
984
|
+
* @since @ray-js/ray 1.5.30
|
|
985
|
+
*/
|
|
198
986
|
export declare const requestWifiSignal: typeof ty.device.requestWifiSignal;
|
|
987
|
+
/**
|
|
988
|
+
* @public
|
|
989
|
+
* @since @ray-js/ray 1.5.30
|
|
990
|
+
*/
|
|
199
991
|
export declare const yuChannelSync: typeof ty.device.yuChannelSync;
|
|
992
|
+
/**
|
|
993
|
+
* @public
|
|
994
|
+
* @since @ray-js/ray 1.5.30
|
|
995
|
+
*/
|
|
200
996
|
export declare const isYuDeviceOnline: typeof ty.device.isYuDeviceOnline;
|
|
997
|
+
/**
|
|
998
|
+
* @public
|
|
999
|
+
* @since @ray-js/ray 1.5.30
|
|
1000
|
+
*/
|
|
201
1001
|
export declare const isYuDeviceOnlineSync: typeof ty.device.isYuDeviceOnlineSync;
|
|
1002
|
+
/**
|
|
1003
|
+
* @public
|
|
1004
|
+
* @since @ray-js/ray 1.5.30
|
|
1005
|
+
*/
|
|
202
1006
|
export declare const syncDeviceMeshDps: typeof ty.device.syncDeviceMeshDps;
|
|
1007
|
+
/**
|
|
1008
|
+
* @public
|
|
1009
|
+
* @since @ray-js/ray 1.5.30
|
|
1010
|
+
*/
|
|
203
1011
|
export declare const getOTAUpdateInfo: typeof ty.device.getOTAUpdateInfo;
|
|
1012
|
+
/**
|
|
1013
|
+
* @public
|
|
1014
|
+
* @since @ray-js/ray 1.5.30
|
|
1015
|
+
*/
|
|
204
1016
|
export declare const getDeviceDetailConfiguration: typeof ty.device.getDeviceDetailConfiguration;
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
* @since @ray-js/ray 1.5.30
|
|
1020
|
+
*/
|
|
205
1021
|
export declare const dispatchDataResult: typeof ty.device.dispatchDataResult;
|
|
1022
|
+
/**
|
|
1023
|
+
* @public
|
|
1024
|
+
* @since @ray-js/ray 1.5.30
|
|
1025
|
+
*/
|
|
206
1026
|
export declare const getSubFunctionShowState: typeof ty.device.getSubFunctionShowState;
|
|
1027
|
+
/**
|
|
1028
|
+
* @public
|
|
1029
|
+
* @since @ray-js/ray 1.5.30
|
|
1030
|
+
*/
|
|
207
1031
|
export declare const getSubFunctionExtShowData: typeof ty.device.getSubFunctionExtShowData;
|
|
1032
|
+
/**
|
|
1033
|
+
* @public
|
|
1034
|
+
* @since @ray-js/ray 1.5.30
|
|
1035
|
+
*/
|
|
208
1036
|
export declare const getRemoteRebootTimers: typeof ty.device.getRemoteRebootTimers;
|
|
1037
|
+
/**
|
|
1038
|
+
* @public
|
|
1039
|
+
* @since @ray-js/ray 1.5.30
|
|
1040
|
+
*/
|
|
209
1041
|
export declare const onDispatchEvent: typeof ty.device.onDispatchEvent;
|
|
1042
|
+
/**
|
|
1043
|
+
* @public
|
|
1044
|
+
* @since @ray-js/ray 1.5.30
|
|
1045
|
+
*/
|
|
210
1046
|
export declare const offDispatchEvent: typeof ty.device.offDispatchEvent;
|
|
1047
|
+
/**
|
|
1048
|
+
* @public
|
|
1049
|
+
* @since @ray-js/ray 1.5.30
|
|
1050
|
+
*/
|
|
211
1051
|
export declare const otaStatus: typeof ty.device.otaStatus;
|
|
1052
|
+
/**
|
|
1053
|
+
* @public
|
|
1054
|
+
* @since @ray-js/ray 1.5.30
|
|
1055
|
+
*/
|
|
212
1056
|
export declare const registerOTACompleted: typeof ty.device.registerOTACompleted;
|
|
1057
|
+
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
* @since @ray-js/ray 1.5.30
|
|
1060
|
+
*/
|
|
213
1061
|
export declare const onOtaCompleted: typeof ty.device.onOtaCompleted;
|
|
1062
|
+
/**
|
|
1063
|
+
* @public
|
|
1064
|
+
* @since @ray-js/ray 1.5.30
|
|
1065
|
+
*/
|
|
214
1066
|
export declare const offOtaCompleted: typeof ty.device.offOtaCompleted;
|
|
1067
|
+
/**
|
|
1068
|
+
* @public
|
|
1069
|
+
* @since @ray-js/ray 1.5.30
|
|
1070
|
+
*/
|
|
215
1071
|
export declare const initVirtualDevice: typeof ty.device.initVirtualDevice;
|
|
1072
|
+
/**
|
|
1073
|
+
* @public
|
|
1074
|
+
* @since @ray-js/ray 1.6.8
|
|
1075
|
+
*/
|
|
216
1076
|
export declare const startBLECommRodScanDevice: typeof ty.device.startBLECommRodScanDevice;
|
|
1077
|
+
/**
|
|
1078
|
+
* @public
|
|
1079
|
+
* @since @ray-js/ray 1.6.8
|
|
1080
|
+
*/
|
|
217
1081
|
export declare const stopBLECommRodScanDevice: typeof ty.device.stopBLECommRodScanDevice;
|
|
1082
|
+
/**
|
|
1083
|
+
* @public
|
|
1084
|
+
* @since @ray-js/ray 1.6.8
|
|
1085
|
+
*/
|
|
218
1086
|
export declare const connectBLECommRodDevice: typeof ty.device.connectBLECommRodDevice;
|
|
1087
|
+
/**
|
|
1088
|
+
* @public
|
|
1089
|
+
* @since @ray-js/ray 1.6.8
|
|
1090
|
+
*/
|
|
219
1091
|
export declare const disconnectBLECommRodDevice: typeof ty.device.disconnectBLECommRodDevice;
|
|
1092
|
+
/**
|
|
1093
|
+
* @public
|
|
1094
|
+
* @since @ray-js/ray 1.6.8
|
|
1095
|
+
*/
|
|
220
1096
|
export declare const publishBLECommRodDps: typeof ty.device.publishBLECommRodDps;
|
|
1097
|
+
/**
|
|
1098
|
+
* @public
|
|
1099
|
+
* @since @ray-js/ray 1.6.8
|
|
1100
|
+
*/
|
|
221
1101
|
export declare const onBLECommRodScanDevice: typeof ty.device.onBLECommRodScanDevice;
|
|
1102
|
+
/**
|
|
1103
|
+
* @public
|
|
1104
|
+
* @since @ray-js/ray 1.6.8
|
|
1105
|
+
*/
|
|
222
1106
|
export declare const onBLECommRodConnectStatusChange: typeof ty.device.onBLECommRodConnectStatusChange;
|
|
1107
|
+
/**
|
|
1108
|
+
* @public
|
|
1109
|
+
* @since @ray-js/ray 1.6.8
|
|
1110
|
+
*/
|
|
223
1111
|
export declare const onBLECommRodSchemaUpload: typeof ty.device.onBLECommRodSchemaUpload;
|
|
1112
|
+
/**
|
|
1113
|
+
* @public
|
|
1114
|
+
* @since @ray-js/ray 1.6.8
|
|
1115
|
+
*/
|
|
224
1116
|
export declare const onBLECommRodDpsChange: typeof ty.device.onBLECommRodDpsChange;
|
|
1117
|
+
/**
|
|
1118
|
+
* @public
|
|
1119
|
+
* @since @ray-js/ray 1.6.8
|
|
1120
|
+
*/
|
|
225
1121
|
export declare const yuChannelSaveState: typeof ty.device.yuChannelSaveState;
|
|
1122
|
+
/**
|
|
1123
|
+
* @public
|
|
1124
|
+
* @since @ray-js/ray 1.6.8
|
|
1125
|
+
*/
|
|
226
1126
|
export declare const yuChannelSyncSingle: typeof ty.device.yuChannelSyncSingle;
|
|
1127
|
+
/**
|
|
1128
|
+
* @public
|
|
1129
|
+
* @since @ray-js/ray 1.6.8
|
|
1130
|
+
*/
|
|
227
1131
|
export declare const yuChannelSyncSingleSync: typeof ty.device.yuChannelSyncSingleSync;
|
|
1132
|
+
/**
|
|
1133
|
+
* @public
|
|
1134
|
+
* @since @ray-js/ray 1.6.8
|
|
1135
|
+
*/
|
|
228
1136
|
export declare const yuChannelQueryNodes: typeof ty.device.yuChannelQueryNodes;
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
* @since @ray-js/ray 1.6.8
|
|
1140
|
+
*/
|
|
229
1141
|
export declare const checkCanJoinMatter: typeof ty.device.checkCanJoinMatter;
|
|
1142
|
+
/**
|
|
1143
|
+
* @public
|
|
1144
|
+
* @since @ray-js/ray 1.6.8
|
|
1145
|
+
*/
|
|
230
1146
|
export declare const fetchAvailableMatterGatewayList: typeof ty.device.fetchAvailableMatterGatewayList;
|
|
1147
|
+
/**
|
|
1148
|
+
* @public
|
|
1149
|
+
* @since @ray-js/ray 1.6.8
|
|
1150
|
+
*/
|
|
231
1151
|
export declare const checkShowMatterMutilpleShare: typeof ty.device.checkShowMatterMutilpleShare;
|
|
1152
|
+
/**
|
|
1153
|
+
* @public
|
|
1154
|
+
* @since @ray-js/ray 1.6.8
|
|
1155
|
+
*/
|
|
232
1156
|
export declare const changeDeviceAdvMatterState: typeof ty.device.changeDeviceAdvMatterState;
|
|
1157
|
+
/**
|
|
1158
|
+
* @public
|
|
1159
|
+
* @since @ray-js/ray 1.6.8
|
|
1160
|
+
*/
|
|
233
1161
|
export declare const pairDeviceIntoHomeKit: typeof ty.device.pairDeviceIntoHomeKit;
|
|
1162
|
+
/**
|
|
1163
|
+
* @public
|
|
1164
|
+
* @since @ray-js/ray 1.6.8
|
|
1165
|
+
*/
|
|
234
1166
|
export declare const pairMatterDevice: typeof ty.device.pairMatterDevice;
|
|
1167
|
+
/**
|
|
1168
|
+
* @public
|
|
1169
|
+
* @since @ray-js/ray 1.6.8
|
|
1170
|
+
*/
|
|
235
1171
|
export declare const cancelMatterActivator: typeof ty.device.cancelMatterActivator;
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
* @since @ray-js/ray 1.6.8
|
|
1175
|
+
*/
|
|
236
1176
|
export declare const publishMeshCustomDataEvent: typeof ty.device.publishMeshCustomDataEvent;
|
|
1177
|
+
/**
|
|
1178
|
+
* @public
|
|
1179
|
+
* @since @ray-js/ray 1.6.8
|
|
1180
|
+
*/
|
|
237
1181
|
export declare const lowPowerDeviceAwake: typeof ty.device.lowPowerDeviceAwake;
|
|
1182
|
+
/**
|
|
1183
|
+
* @public
|
|
1184
|
+
* @since @ray-js/ray 1.6.8
|
|
1185
|
+
*/
|
|
238
1186
|
export declare const getDeviceDetailInfo: typeof ty.device.getDeviceDetailInfo;
|
|
1187
|
+
/**
|
|
1188
|
+
* @public
|
|
1189
|
+
* @since @ray-js/ray 1.6.8
|
|
1190
|
+
*/
|
|
239
1191
|
export declare const getDeviceDetailCubeConfig: typeof ty.device.getDeviceDetailCubeConfig;
|
|
1192
|
+
/**
|
|
1193
|
+
* @public
|
|
1194
|
+
* @since @ray-js/ray 1.6.8
|
|
1195
|
+
*/
|
|
240
1196
|
export declare const wakeUpDevice: typeof ty.device.wakeUpDevice;
|
|
1197
|
+
/**
|
|
1198
|
+
* @public
|
|
1199
|
+
* @since @ray-js/ray 1.6.8
|
|
1200
|
+
*/
|
|
241
1201
|
export declare const validDeviceOnline: typeof ty.device.validDeviceOnline;
|
|
1202
|
+
/**
|
|
1203
|
+
* @public
|
|
1204
|
+
* @since @ray-js/ray 1.6.8
|
|
1205
|
+
*/
|
|
242
1206
|
export declare const queryGatewayReplacementCapabilityDeviceModel: typeof ty.device.queryGatewayReplacementCapabilityDeviceModel;
|
|
1207
|
+
/**
|
|
1208
|
+
* @public
|
|
1209
|
+
* @since @ray-js/ray 1.6.8
|
|
1210
|
+
*/
|
|
243
1211
|
export declare const fetchReplaceableSubDevicesDeviceModel: typeof ty.device.fetchReplaceableSubDevicesDeviceModel;
|
|
1212
|
+
/**
|
|
1213
|
+
* @public
|
|
1214
|
+
* @since @ray-js/ray 1.6.8
|
|
1215
|
+
*/
|
|
244
1216
|
export declare const subDeviceReplace: typeof ty.device.subDeviceReplace;
|
|
1217
|
+
/**
|
|
1218
|
+
* @public
|
|
1219
|
+
* @since @ray-js/ray 1.6.8
|
|
1220
|
+
*/
|
|
245
1221
|
export declare const fetchReplacementOutcomeJobModel: typeof ty.device.fetchReplacementOutcomeJobModel;
|
|
1222
|
+
/**
|
|
1223
|
+
* @public
|
|
1224
|
+
* @since @ray-js/ray 1.6.8
|
|
1225
|
+
*/
|
|
246
1226
|
export declare const getMeshDeviceIdHex: typeof ty.device.getMeshDeviceIdHex;
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
* @since @ray-js/ray 1.6.8
|
|
1230
|
+
*/
|
|
247
1231
|
export declare const onSubDeviceReplaceResult: typeof ty.device.onSubDeviceReplaceResult;
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
* @since @ray-js/ray 1.7.56
|
|
1235
|
+
*/
|
|
248
1236
|
export declare const aes128EncryptedStringWithPassword: typeof ty.device.aes128EncryptedStringWithPassword;
|
|
1237
|
+
/**
|
|
1238
|
+
* @public
|
|
1239
|
+
* @since @ray-js/ray 1.7.56
|
|
1240
|
+
*/
|
|
249
1241
|
export declare const aes128DecryptedStringWithPassword: typeof ty.device.aes128DecryptedStringWithPassword;
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
* @since @ray-js/ray 1.7.41
|
|
1245
|
+
*/
|
|
250
1246
|
export declare const getDeviceNetworkManager: typeof ty.device.getDeviceNetworkManager;
|