Skip to content

Commit

Permalink
Merge pull request #6 from tuya/v5.14.0/develop
Browse files Browse the repository at this point in the history
5.14.0
  • Loading branch information
MRwangqi authored Jul 5, 2024
2 parents 6da799e + b6f6de8 commit 321083a
Show file tree
Hide file tree
Showing 1,052 changed files with 34,050 additions and 42,975 deletions.
1,526 changes: 751 additions & 775 deletions allclasses.html

Large diffs are not rendered by default.

585 changes: 270 additions & 315 deletions com/thingclips/sdk/ble/core/GattCode.html

Large diffs are not rendered by default.

351 changes: 319 additions & 32 deletions com/thingclips/sdk/ble/core/ability/IThingBleAbility.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@ <h3>Method Summary</h3>
</div>
<ul class="blockList">

<li class="blockList"><a id="methods.inherited.from.class.java.lang.Comparable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Comparable</h3>
<code>compareTo</code></li>

<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ <h1 title="Package" class="title">Package com.thingclips.sdk.ble.core.ability.mo
</tr>
<tbody>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleGattDescriptorData.html>BleGattDescriptorData</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleGattProfileData.html>BleGattProfileData</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleGattServiceData.html>BleGattServiceData</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleGattCharacterData.html>BleGattCharacterData</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleGattProfileData.html>BleGattProfileData</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleGattCharacterData.html>BleGattCharacterData</a></th><td class="colLast"></td></tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,36 +174,6 @@ <h3>Field Summary</h3>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<div class="memberSummary">
<table>
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>


<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a
href="#BleConnectParams.Builder()">BleConnectParams.Builder</a></span>()</code></th>
<td class="colLast"></td>
</tr>


</tbody>
</table>
</div>
</li>
</ul>
</section>

<!-- =========== ENUM CONSTANT SUMMARY =========== -->

<!-- ========== METHOD SUMMARY =========== -->
Expand Down Expand Up @@ -307,27 +277,6 @@ <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>

<a name="BleConnectParams.Builder()"></a>
<ul class="blockList">
<li class="blockList">
<h4>BleConnectParams.Builder</h4>
<pre>BleConnectParams.Builder()</pre>
<div class="block"></div>

</li>
</ul>

</li>
</ul>
</section>

<!-- ============ METHOD DETAIL ========== -->

<section role="region">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ <h1 title="Package" class="title">Package com.thingclips.sdk.ble.core.ability.op
<tr class="altColor"><th class="colFirst" scope="row"><a href=BleConnectParams.Builder.html>Builder</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleConnectParams.html>BleConnectParams</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleConnectParams.Builder.html>Builder</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleConnectParams.html>BleConnectParams</a></th><td class="colLast"></td></tr>
</tbody>
</table>

Expand Down
2 changes: 0 additions & 2 deletions com/thingclips/sdk/ble/core/ability/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ <h1 title="Package" class="title">Package com.thingclips.sdk.ble.core.ability </
<tbody>

<tr class="altColor"><th class="colFirst" scope="row"><a href=IThingBleAbility.html>IThingBleAbility</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=IThingBleAbility.html>IThingBleAbility</a></th><td class="colLast"></td></tr>
</tbody>
</table>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3>Method Summary</h3>
<tr id="i0" class="altColor">
<td class="colFirst"><code>abstract void</code>
</td>
<th class="colSecond" scope="row"><code><a href=BleTBaseResponse.html#onResponse(int,T)>onResponse</a>(int code, <a href=../../../../../smart/cache/bean/CacheObj.html>T</a> data) </code>
<th class="colSecond" scope="row"><code><a href=BleTBaseResponse.html#onResponse(int,T)>onResponse</a>(int code, <a href=../../../../../smart/sdk/api/IThingSmartRequest.html#requestWithApiName(String,String,Map,Class,IThingDataCallback<T>)>T</a> data) </code>
</th>
<td class="colLast"></td>
</tr>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h3>Method Detail</h3>
>
<li class="blockList">
<h4>onResponse</h4>
<pre class="methodSignature"> abstract void <a href=BleTBaseResponse.html#onResponse(int,T)>onResponse</a>(int code, <a href=../../../../../smart/cache/bean/CacheObj.html>T</a> data)</pre>
<pre class="methodSignature"> abstract void <a href=BleTBaseResponse.html#onResponse(int,T)>onResponse</a>(int code, <a href=../../../../../smart/sdk/api/IThingSmartRequest.html#requestWithApiName(String,String,Map,Class,IThingDataCallback<T>)>T</a> data)</pre>
<div class="block"></div>

<!-- TODO missing return annotation -->
Expand Down
20 changes: 0 additions & 20 deletions com/thingclips/sdk/ble/core/ability/response/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,6 @@ <h1 title="Package" class="title">Package com.thingclips.sdk.ble.core.ability.re
</tr>
<tbody>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BluetoothStateChangedReponse.html>BluetoothStateChangedReponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleGetRssiBaseResponse.html>BleGetRssiBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleConnectAbilityResponse.html>BleConnectAbilityResponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleGeneralBaseResponse.html>BleGeneralBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleBaseResponse.html>BleBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleConfigMtuBaseResponse.html>BleConfigMtuBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleNotifyAbilityResponse.html>BleNotifyAbilityResponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleConnectStatusResponse.html>BleConnectStatusResponse</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleReadAbilityBaseResponse.html>BleReadAbilityBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleTBaseResponse.html>BleTBaseResponse</a></th><td class="colLast"></td></tr>

<tr class="altColor"><th class="colFirst" scope="row"><a href=BleConnectStatusResponse.html>BleConnectStatusResponse</a></th><td class="colLast"></td></tr>

<tr class="rowColor"><th class="colFirst" scope="row"><a href=BleTBaseResponse.html>BleTBaseResponse</a></th><td class="colLast"></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion com/thingclips/sdk/ble/core/bean/BLEDpBean.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 title="Class BLEDpBean" class="title">Class BLEDpBean</h2>
public class <span class="typeNameLabel"><a href=BLEDpBean.html>BLEDpBean</a></span>

</pre>
<div class="block"></div>
<div class="block"><p>Created by lee on 16/8/9. The DP data structure returned by the device encapsulates the parsing operation</p></div>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion com/thingclips/sdk/ble/core/bean/BLEDpResponseBean.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2 title="Class BLEDpResponseBean" class="title">Class BLEDpResponseBean</h2>
public class <span class="typeNameLabel"><a href=BLEDpResponseBean.html>BLEDpResponseBean</a></span>

</pre>
<div class="block"></div>
<div class="block"><p>Created by lee on 16/8/9. Data structure returned by the device</p></div>
</li>
</ul>
</div>
Expand Down
51 changes: 0 additions & 51 deletions com/thingclips/sdk/ble/core/bean/BleOtaType.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,36 +180,6 @@ <h3>Field Summary</h3>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<div class="memberSummary">
<table>
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>


<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a
href="#BleOtaType()">BleOtaType</a></span>()</code></th>
<td class="colLast"></td>
</tr>


</tbody>
</table>
</div>
</li>
</ul>
</section>

<!-- =========== ENUM CONSTANT SUMMARY =========== -->

<!-- ========== METHOD SUMMARY =========== -->
Expand All @@ -222,27 +192,6 @@ <h3>Constructor Summary</h3>
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>

<a name="BleOtaType()"></a>
<ul class="blockList">
<li class="blockList">
<h4>BleOtaType</h4>
<pre>BleOtaType()</pre>
<div class="block"></div>

</li>
</ul>

</li>
</ul>
</section>

<!-- ============ METHOD DETAIL ========== -->

</li>
Expand Down
51 changes: 0 additions & 51 deletions com/thingclips/sdk/ble/core/bean/DpsCombine.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,36 +168,6 @@ <h3>Field Summary</h3>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<div class="memberSummary">
<table>
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>


<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a
href="#DpsCombine()">DpsCombine</a></span>()</code></th>
<td class="colLast"></td>
</tr>


</tbody>
</table>
</div>
</li>
</ul>
</section>

<!-- =========== ENUM CONSTANT SUMMARY =========== -->

<!-- ========== METHOD SUMMARY =========== -->
Expand All @@ -210,27 +180,6 @@ <h3>Constructor Summary</h3>
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->

<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>

<a name="DpsCombine()"></a>
<ul class="blockList">
<li class="blockList">
<h4>DpsCombine</h4>
<pre>DpsCombine()</pre>
<div class="block"></div>

</li>
</ul>

</li>
</ul>
</section>

<!-- ============ METHOD DETAIL ========== -->

</li>
Expand Down
Loading

0 comments on commit 321083a

Please sign in to comment.