Skip to content

Commit

Permalink
Merge pull request #4 from tuya/feature/5.8.0
Browse files Browse the repository at this point in the history
5.8.0 update
  • Loading branch information
Sidamor authored Jan 10, 2024
2 parents 044408a + b4345ec commit 662451b
Show file tree
Hide file tree
Showing 839 changed files with 84,139 additions and 23,015 deletions.
1,272 changes: 714 additions & 558 deletions allclasses.html

Large diffs are not rendered by default.

140 changes: 137 additions & 3 deletions com/thingclips/sdk/ble/core/GattCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -1810,12 +1810,72 @@ <h3>Field Summary</h3>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_CHANNEL_BIG_DATA_CLEAR_ERROR>CODE_SDK_CHANNEL_BIG_DATA_CLEAR_ERROR</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code>public final static String</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_CHANNEL_BIG_DATA_CLEAR_ERROR_MSG>CODE_SDK_CHANNEL_BIG_DATA_CLEAR_ERROR_MSG</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_CHANNEL_BIG_DATA_CLEAR_TIMEOUT>CODE_SDK_CHANNEL_BIG_DATA_CLEAR_TIMEOUT</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code>public final static String</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_CHANNEL_BIG_DATA_CLEAR_TIMEOUT_MSG>CODE_SDK_CHANNEL_BIG_DATA_CLEAR_TIMEOUT_MSG</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_DEVICE_RESET_FAILURE>CODE_DEVICE_RESET_FAILURE</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_750_SEND_PUBLIC_KEY_FAILURE>CODE_SDK_750_SEND_PUBLIC_KEY_FAILURE</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static String</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_750_SEND_PUBLIC_KEY_FAILURE_MSG>CODE_SDK_750_SEND_PUBLIC_KEY_FAILURE_MSG</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_751_SEND_MACHINE_KEY_FAILURE>CODE_SDK_751_SEND_MACHINE_KEY_FAILURE</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static String</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_751_SEND_MACHINE_KEY_FAILURE_MSG>CODE_SDK_751_SEND_MACHINE_KEY_FAILURE_MSG</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="altColor">
<td class="colFirst"><code>public final static int</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_752_SYNC_SCHEMA_FAILURE>CODE_SDK_752_SYNC_SCHEMA_FAILURE</a></code></th>
<td class="colLast"></td>
</tr>

<tr class="rowColor">
<td class="colFirst"><code>public final static String</code></td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#CODE_SDK_752_SYNC_SCHEMA_FAILURE_MSG>CODE_SDK_752_SYNC_SCHEMA_FAILURE_MSG</a></code></th>
<td class="colLast"></td>
</tr>

</table>
</div>
</li>
Expand All @@ -1824,6 +1884,36 @@ <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="#GattCode()">GattCode</a></span>()</code></th>
<td class="colLast"></td>
</tr>


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

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

<!-- ========== METHOD SUMMARY =========== -->
Expand Down Expand Up @@ -1860,7 +1950,15 @@ <h3>Method Summary</h3>
</td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#getOpenCode(int)>getOpenCode</a>(int code) </code>
</th>
<td class="colLast">对外暴露的code</td>
<td class="colLast"></td>
</tr>

<tr id="i2" class="altColor">
<td class="colFirst"><code>static boolean</code>
</td>
<th class="colSecond" scope="row"><code><a href=GattCode.html#needRetryForBLEActivator(int)>needRetryForBLEActivator</a>(int code) </code>
</th>
<td class="colLast"></td>
</tr>

</tbody>
Expand All @@ -1887,6 +1985,27 @@ <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="GattCode()"></a>
<ul class="blockList">
<li class="blockList">
<h4>GattCode</h4>
<pre>GattCode()</pre>
<div class="block"></div>

</li>
</ul>

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

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

<section role="region">
Expand Down Expand Up @@ -1915,12 +2034,27 @@ <h4>getCodeMsg</h4>
<!-- -->
</a>
<ul class=
"blockListLast"
"blockList"
>
<li class="blockList">
<h4>getOpenCode</h4>
<pre class="methodSignature"> static String <a href=GattCode.html#getOpenCode(int)>getOpenCode</a>(int code)</pre>
<div class="block"><p>对外暴露的code</p></div>
<div class="block"></div>

<!-- TODO missing return annotation -->
</li>
</ul>

<a id="needRetryForBLEActivator(int)">
<!-- -->
</a>
<ul class=
"blockListLast"
>
<li class="blockList">
<h4>needRetryForBLEActivator</h4>
<pre class="methodSignature"> static boolean <a href=GattCode.html#needRetryForBLEActivator(int)>needRetryForBLEActivator</a>(int code)</pre>
<div class="block"></div>

<!-- TODO missing return annotation -->
</li>
Expand Down
Loading

0 comments on commit 662451b

Please sign in to comment.