|
39 | 39 | <img src="_static/silicon-labs-logo.png" class="logo" alt="Logo"/> |
40 | 40 | </a> |
41 | 41 | <div class="version"> |
42 | | - ver_1.7.0-RC0-91-g5f779a0200 |
| 42 | + ver_1.7.0-RC7 |
43 | 43 | </div> |
44 | 44 | <div role="search"> |
45 | 45 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
|
50 | 50 | </div> |
51 | 51 | </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
52 | 52 | <ul> |
53 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/readme_user.html">ZPC User’s Guide</a></li> |
54 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/readme_certification.html">ZPC - Z-Wave (certification) Information</a></li> |
55 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/how_to_implement_zwave_command_classes.html">Guideline for implementing Command Classes</a></li> |
56 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/how_to_write_uam_files_for_the_zpc.html">UAM maps for the ZPC</a></li> |
57 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/how_to_interact_with_clusters.html">How to interact with clusters</a></li> |
58 | | -<li class="toctree-l1"><a class="reference internal" href="applications/zpc/doc/supported_command_classes.html">Supported Z-Wave Command Classes</a></li> |
| 53 | +<li class="toctree-l1"><a class="reference internal" href="doc/introduction.html">Unify Overview</a></li> |
| 54 | +<li class="toctree-l1"><a class="reference internal" href="doc/getting_started_unify.html">Getting Started with Unify</a></li> |
59 | 55 | </ul> |
60 | 56 | <ul> |
61 | | -<li class="toctree-l1"><a class="reference internal" href="doc/introduction.html">Z-Wave-Protocol-Controller Overview</a></li> |
62 | | -<li class="toctree-l1"><a class="reference internal" href="doc/api.html">API documentation</a></li> |
| 57 | +<li class="toctree-l1"><a class="reference internal" href="doc/UnifySDK.html">Unify Framework</a></li> |
| 58 | +<li class="toctree-l1"><a class="reference internal" href="doc/unify_framework_services.html">Framework Services</a></li> |
63 | 59 | </ul> |
64 | 60 | <ul> |
| 61 | +<li class="toctree-l1"><a class="reference internal" href="doc/protocol_controllers.html">Protocol Controllers</a></li> |
| 62 | +<li class="toctree-l1"><a class="reference internal" href="doc/unify_iot_services.html">IoT Services</a></li> |
| 63 | +</ul> |
| 64 | +<ul> |
| 65 | +<li class="toctree-l1"><a class="reference internal" href="doc/getting_started_as_developer.html">Getting Started as a Developer</a></li> |
| 66 | +</ul> |
| 67 | +<ul> |
| 68 | +<li class="toctree-l1"><a class="reference internal" href="doc/unify_specifications/index.html">Unify Specifications</a></li> |
| 69 | +<li class="toctree-l1"><a class="reference internal" href="doc/system_requirements.html">System Requirements</a></li> |
65 | 70 | <li class="toctree-l1"><a class="reference internal" href="doc/standards/known-abbreviations.html">Known Abbreviations</a></li> |
66 | 71 | <li class="toctree-l1"><a class="reference internal" href="doc/license.html">License</a></li> |
67 | 72 | </ul> |
@@ -160,6 +165,40 @@ <h2>Commit message format<a class="headerlink" href="#commit-message-format" tit |
160 | 165 | <span class="o">-</span> <span class="n">Update</span> <span class="n">login</span> <span class="n">styling</span> <span class="k">for</span> <span class="n">showing</span> <span class="n">the</span> <span class="n">button</span> |
161 | 166 | </pre></div> |
162 | 167 | </div> |
| 168 | +<table border="1" class="docutils"> |
| 169 | +<thead> |
| 170 | +<tr> |
| 171 | +<th>Sl No</th> |
| 172 | +<th>Commit Message Examples</th> |
| 173 | +</tr> |
| 174 | +</thead> |
| 175 | +<tbody> |
| 176 | +<tr> |
| 177 | +<td>1</td> |
| 178 | +<td>Add support for thermostat cluster</td> |
| 179 | +</tr> |
| 180 | +<tr> |
| 181 | +<td>2</td> |
| 182 | +<td>Remove python2 deprecated dependencies</td> |
| 183 | +</tr> |
| 184 | +<tr> |
| 185 | +<td>3</td> |
| 186 | +<td>Update rust dependencies to latest version</td> |
| 187 | +</tr> |
| 188 | +<tr> |
| 189 | +<td>4</td> |
| 190 | +<td>Fix portable runtime crash</td> |
| 191 | +</tr> |
| 192 | +<tr> |
| 193 | +<td>5</td> |
| 194 | +<td>Refactor core components into rust</td> |
| 195 | +</tr> |
| 196 | +<tr> |
| 197 | +<td>6</td> |
| 198 | +<td>Add unit tests for thermostat cluster</td> |
| 199 | +</tr> |
| 200 | +</tbody> |
| 201 | +</table> |
163 | 202 | </section> |
164 | 203 | <section id="pull-request-guidelines"> |
165 | 204 | <h2>Pull request guidelines<a class="headerlink" href="#pull-request-guidelines" title="Permalink to this heading"></a></h2> |
|
0 commit comments