Site updated at 2016-03-26 08:09:32 UTC

This commit is contained in:
Travis CI 2016-03-26 08:09:32 +00:00
parent 319fd29a08
commit 4f9980e898
208 changed files with 4164 additions and 906 deletions

View file

@ -231,6 +231,37 @@ Depending on whats plugged into your USB ports, the name found above may chan
<p>The <em>entity_id</em> and <em>scene_id</em> of all triggered events can be seen in the console output.</p>
<h4><a class="title-link" name="services" href="#services"></a> Services</h4>
<p>The Z-Wave component exposes two services to help maintain the network.</p>
<table>
<thead>
<tr>
<th>Service</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>add_node</td>
<td> </td>
</tr>
<tr>
<td>remove_node</td>
<td> </td>
</tr>
<tr>
<td>heal_network</td>
<td> </td>
</tr>
<tr>
<td>soft_reset</td>
<td> </td>
</tr>
</tbody>
</table>
</article>