Skip to content

Commit 47ab9c7

Browse files
authored
Merge pull request #8 from tuya/v5.16.0/develop
5.16.0
2 parents 5a2ffd9 + 63b7307 commit 47ab9c7

File tree

381 files changed

+169816
-10047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+169816
-10047
lines changed

allclasses.html

+571-149
Large diffs are not rendered by default.

com/thingclips/smart/android/ble/IThingBeaconManager.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>Method Summary</h3>
197197
<tr id="i6" class="altColor">
198198
<td class="colFirst"><code>abstract void</code>
199199
</td>
200-
<th class="colSecond" scope="row"><code><a href=IThingBeaconManager.html#resetFactoryLocal(DeviceBean,IResultCallback)>resetFactoryLocal</a>(DeviceBean deviceBean, <a href=../../sdk/api/IResultCallback.html>IResultCallback</a> callback) </code>
200+
<th class="colSecond" scope="row"><code><a href=IThingBeaconManager.html#resetFactoryLocal(DeviceBean,IResultCallback)>resetFactoryLocal</a>(<a href=../../sdk/bean/DeviceBean.html>DeviceBean</a> deviceBean, <a href=../../sdk/api/IResultCallback.html>IResultCallback</a> callback) </code>
201201
</th>
202202
<td class="colLast">Restore the factory equipment</td>
203203
</tr>
@@ -285,7 +285,7 @@ <h3>Method Summary</h3>
285285
<tr id="i17" class="rowColor">
286286
<td class="colFirst"><code>abstract void</code>
287287
</td>
288-
<th class="colSecond" scope="row"><code><a href=IThingBeaconManager.html#startBatchExecution(List,int)>startBatchExecution</a>(List&lt;BatchExecutionDps&gt; batchExecutionDpsList, int retryCount) </code>
288+
<th class="colSecond" scope="row"><code><a href=IThingBeaconManager.html#startBatchExecution(List,int)>startBatchExecution</a>(List&lt;<a href=../../sdk/bean/BatchExecutionDps.html>BatchExecutionDps</a>&gt; batchExecutionDpsList, int retryCount) </code>
289289
</th>
290290
<td class="colLast"></td>
291291
</tr>
@@ -507,14 +507,14 @@ <h4>dismissGroup</h4>
507507
>
508508
<li class="blockList">
509509
<h4>resetFactoryLocal</h4>
510-
<pre class="methodSignature"> abstract void <a href=IThingBeaconManager.html#resetFactoryLocal(DeviceBean,IResultCallback)>resetFactoryLocal</a>(DeviceBean deviceBean, <a href=../../sdk/api/IResultCallback.html>IResultCallback</a> callback)</pre>
510+
<pre class="methodSignature"> abstract void <a href=IThingBeaconManager.html#resetFactoryLocal(DeviceBean,IResultCallback)>resetFactoryLocal</a>(<a href=../../sdk/bean/DeviceBean.html>DeviceBean</a> deviceBean, <a href=../../sdk/api/IResultCallback.html>IResultCallback</a> callback)</pre>
511511
<div class="block"><p>Restore the factory equipment</p></div>
512512

513513
<dl>
514514
<dt><span class="paramLabel">Parameters:</span></dt>
515515

516516

517-
<dd><code>deviceBean</code> - device mode DeviceBean</dd>
517+
<dd><code>deviceBean</code> - device mode <a href=../../sdk/bean/DeviceBean.html>DeviceBean</a></dd>
518518

519519

520520

@@ -698,7 +698,7 @@ <h4>updateBeaconGroupDpsToCacheAndNotify</h4>
698698
>
699699
<li class="blockList">
700700
<h4>startBatchExecution</h4>
701-
<pre class="methodSignature"> abstract void <a href=IThingBeaconManager.html#startBatchExecution(List,int)>startBatchExecution</a>(List&lt;BatchExecutionDps&gt; batchExecutionDpsList, int retryCount)</pre>
701+
<pre class="methodSignature"> abstract void <a href=IThingBeaconManager.html#startBatchExecution(List,int)>startBatchExecution</a>(List&lt;<a href=../../sdk/bean/BatchExecutionDps.html>BatchExecutionDps</a>&gt; batchExecutionDpsList, int retryCount)</pre>
702702
<div class="block"></div>
703703

704704
<!-- TODO missing return annotation -->

com/thingclips/smart/android/ble/IThingBleCommRodCtrl.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Summary</h3>
173173
<tr id="i3" class="rowColor">
174174
<td class="colFirst"><code>abstract void</code>
175175
</td>
176-
<th class="colSecond" scope="row"><code><a href=IThingBleCommRodCtrl.html#registerDevListener(IDevListener)>registerDevListener</a>(IDevListener listener) </code>
176+
<th class="colSecond" scope="row"><code><a href=IThingBleCommRodCtrl.html#registerDevListener(IDevListener)>registerDevListener</a>(<a href=../../sdk/api/IDevListener.html>IDevListener</a> listener) </code>
177177
</th>
178178
<td class="colLast">Register device listener注册设备监听器</td>
179179
</tr>
@@ -305,7 +305,7 @@ <h4>disconnect</h4>
305305
>
306306
<li class="blockList">
307307
<h4>registerDevListener</h4>
308-
<pre class="methodSignature"> abstract void <a href=IThingBleCommRodCtrl.html#registerDevListener(IDevListener)>registerDevListener</a>(IDevListener listener)</pre>
308+
<pre class="methodSignature"> abstract void <a href=IThingBleCommRodCtrl.html#registerDevListener(IDevListener)>registerDevListener</a>(<a href=../../sdk/api/IDevListener.html>IDevListener</a> listener)</pre>
309309
<div class="block"><p>Register device listener注册设备监听器</p></div>
310310

311311
<dl>

com/thingclips/smart/android/ble/IThingBleManager.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ <h3>Method Summary</h3>
435435
</tr>
436436

437437
<tr id="i36" class="altColor">
438-
<td class="colFirst"><code>abstract List&lt;CommunicationModuleT&gt;</code>
438+
<td class="colFirst"><code>abstract List&lt;<a href=../../interior/device/bean/DeviceRespBean.CommunicationModuleT.html>DeviceRespBean.CommunicationModuleT</a>&gt;</code>
439439
</td>
440-
<th class="colSecond" scope="row"><code><a href=IThingBleManager.html#orderLocalCommunicationList(DeviceRespBean)>orderLocalCommunicationList</a>(DeviceRespBean respBean) </code>
440+
<th class="colSecond" scope="row"><code><a href=IThingBleManager.html#orderLocalCommunicationList(DeviceRespBean)>orderLocalCommunicationList</a>(<a href=../../interior/device/bean/DeviceRespBean.html>DeviceRespBean</a> respBean) </code>
441441
</th>
442442
<td class="colLast">order the communication list</td>
443443
</tr>
@@ -1106,7 +1106,7 @@ <h4>startBleOta</h4>
11061106
<dt><span class="paramLabel">Parameters:</span></dt>
11071107

11081108

1109-
<dd><code>uuid</code> - device uuid getUuid</dd>
1109+
<dd><code>uuid</code> - device uuid <a href=../../sdk/bean/DeviceBean.html#getUuid()>getUuid</a></dd>
11101110

11111111

11121112

@@ -1189,7 +1189,7 @@ <h4>cancelBleOta</h4>
11891189
<dt><span class="paramLabel">Parameters:</span></dt>
11901190

11911191

1192-
<dd><code>uuid</code> - device uuid getUuid</dd>
1192+
<dd><code>uuid</code> - device uuid <a href=../../sdk/bean/DeviceBean.html#getUuid()>getUuid</a></dd>
11931193

11941194

11951195
</dl>
@@ -1213,7 +1213,7 @@ <h4>getDeviceAllDps</h4>
12131213
<dt><span class="paramLabel">Parameters:</span></dt>
12141214

12151215

1216-
<dd><code>devId</code> - device id getDevId</dd>
1216+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
12171217

12181218

12191219
</dl>
@@ -1252,7 +1252,7 @@ <h4>readBleRssi</h4>
12521252
<dt><span class="paramLabel">Parameters:</span></dt>
12531253

12541254

1255-
<dd><code>devId</code> - device id getDevId</dd>
1255+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
12561256

12571257

12581258

@@ -1386,7 +1386,7 @@ <h4>registerDeviceConnectStatus</h4>
13861386
<dt><span class="paramLabel">Parameters:</span></dt>
13871387

13881388

1389-
<dd><code>devId</code> - device id getDevId</dd>
1389+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
13901390

13911391

13921392

@@ -1429,7 +1429,7 @@ <h4>registerTransferListener</h4>
14291429
<dt><span class="paramLabel">Parameters:</span></dt>
14301430

14311431

1432-
<dd><code>devId</code> - device id getDevId</dd>
1432+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
14331433

14341434

14351435

@@ -1457,7 +1457,7 @@ <h4>unregisterTransferListener</h4>
14571457
<dt><span class="paramLabel">Parameters:</span></dt>
14581458

14591459

1460-
<dd><code>devId</code> - device id getDevId</dd>
1460+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
14611461

14621462

14631463

@@ -1485,7 +1485,7 @@ <h4>publishTransferData</h4>
14851485
<dt><span class="paramLabel">Parameters:</span></dt>
14861486

14871487

1488-
<dd><code>devId</code> - device id getDevId</dd>
1488+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
14891489

14901490

14911491

@@ -1517,7 +1517,7 @@ <h4>publishSystemTimeWithDeviceId</h4>
15171517
<dt><span class="paramLabel">Parameters:</span></dt>
15181518

15191519

1520-
<dd><code>devId</code> - device id getDevId</dd>
1520+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
15211521

15221522

15231523
</dl>
@@ -1541,7 +1541,7 @@ <h4>uploadCacheDataToServer</h4>
15411541
<dt><span class="paramLabel">Parameters:</span></dt>
15421542

15431543

1544-
<dd><code>devId</code> - device id getDevId</dd>
1544+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
15451545

15461546

15471547
</dl>
@@ -1588,7 +1588,7 @@ <h4>clearBigDataChannelData</h4>
15881588
>
15891589
<li class="blockList">
15901590
<h4>orderLocalCommunicationList</h4>
1591-
<pre class="methodSignature"> abstract List&lt;CommunicationModuleT&gt; <a href=IThingBleManager.html#orderLocalCommunicationList(DeviceRespBean)>orderLocalCommunicationList</a>(DeviceRespBean respBean)</pre>
1591+
<pre class="methodSignature"> abstract List&lt;<a href=../../interior/device/bean/DeviceRespBean.CommunicationModuleT.html>DeviceRespBean.CommunicationModuleT</a>&gt; <a href=IThingBleManager.html#orderLocalCommunicationList(DeviceRespBean)>orderLocalCommunicationList</a>(<a href=../../interior/device/bean/DeviceRespBean.html>DeviceRespBean</a> respBean)</pre>
15921592
<div class="block"><p>order the communication list</p></div>
15931593

15941594
<!-- TODO missing return annotation -->
@@ -1610,7 +1610,7 @@ <h4>getDeviceAttribute</h4>
16101610
<dt><span class="paramLabel">Parameters:</span></dt>
16111611

16121612

1613-
<dd><code>deviceId</code> - device id getDevId</dd>
1613+
<dd><code>deviceId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
16141614

16151615

16161616

@@ -1686,7 +1686,7 @@ <h4>publishIoTTransparentData</h4>
16861686
<dt><span class="paramLabel">Parameters:</span></dt>
16871687

16881688

1689-
<dd><code>deviceId</code> - device id getDevId</dd>
1689+
<dd><code>deviceId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
16901690

16911691

16921692

@@ -1922,7 +1922,7 @@ <h4>postFileTransfer</h4>
19221922
<dt><span class="paramLabel">Parameters:</span></dt>
19231923

19241924

1925-
<dd><code>devId</code> - device id getDevId</dd>
1925+
<dd><code>devId</code> - device id <a href=../../sdk/bean/DeviceBean.html#getDevId()>getDevId</a></dd>
19261926

19271927

19281928

com/thingclips/smart/android/ble/api/ActivateBLEDeviceListener.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Summary</h3>
157157
<tr id="i1" class="rowColor">
158158
<td class="colFirst"><code>abstract void</code>
159159
</td>
160-
<th class="colSecond" scope="row"><code><a href=ActivateBLEDeviceListener.html#onActivateSuccess(String,DeviceBean)>onActivateSuccess</a>(String uuid, DeviceBean deviceBean) </code>
160+
<th class="colSecond" scope="row"><code><a href=ActivateBLEDeviceListener.html#onActivateSuccess(String,DeviceBean)>onActivateSuccess</a>(String uuid, <a href=../../../sdk/bean/DeviceBean.html>DeviceBean</a> deviceBean) </code>
161161
</th>
162162
<td class="colLast"></td>
163163
</tr>
@@ -226,7 +226,7 @@ <h4>onActivateFail</h4>
226226
>
227227
<li class="blockList">
228228
<h4>onActivateSuccess</h4>
229-
<pre class="methodSignature"> abstract void <a href=ActivateBLEDeviceListener.html#onActivateSuccess(String,DeviceBean)>onActivateSuccess</a>(String uuid, DeviceBean deviceBean)</pre>
229+
<pre class="methodSignature"> abstract void <a href=ActivateBLEDeviceListener.html#onActivateSuccess(String,DeviceBean)>onActivateSuccess</a>(String uuid, <a href=../../../sdk/bean/DeviceBean.html>DeviceBean</a> deviceBean)</pre>
230230
<div class="block"></div>
231231

232232
<!-- TODO missing return annotation -->

0 commit comments

Comments
 (0)