Site updated at 2017-03-11 22:26:12 UTC

This commit is contained in:
Travis CI 2017-03-11 22:26:12 +00:00
parent 82f1582517
commit 1d63e35340
610 changed files with 11431 additions and 1889 deletions

View file

@ -351,6 +351,14 @@ Depending on whats plugged into your USB ports, the name found above may chan
<td>print_node</td>
<td>Print all state of Z-Wave node.</td>
</tr>
<tr>
<td>refresh_entity</td>
<td>Refresh Z-Wave entity by refreshing dependent values.</td>
</tr>
<tr>
<td>refresh_node</td>
<td>Refresh Z-Wave node.</td>
</tr>
<tr>
<td>remove_node</td>
<td>Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.</td>
@ -359,6 +367,14 @@ Depending on whats plugged into your USB ports, the name found above may chan
<td>rename_node</td>
<td>Sets a nodes name. Requires an <code class="highlighter-rouge">entity_id</code> and <code class="highlighter-rouge">name</code> field.</td>
</tr>
<tr>
<td>remove_failed_node</td>
<td>Remove a failed node from the network. The Node should be on the Controllers Failed Node List, otherwise this command will fail.</td>
</tr>
<tr>
<td>replace_failed_node</td>
<td>Replace a failed device with another. If the node is not in the controllers failed nodes list, or the node responds, this command will fail.</td>
</tr>
<tr>
<td>set_config_parameter</td>
<td>Lets the user set a config parameter to a node.</td>