Site updated at 2017-06-04 08:32:05 UTC

This commit is contained in:
Travis CI 2017-06-04 08:32:05 +00:00
parent 63a8408336
commit d7518761f4
192 changed files with 2083 additions and 1496 deletions

View file

@ -255,6 +255,10 @@ Depending on whats plugged into your USB ports, the name found above may chan
<td>rename_node</td>
<td>Sets a nodes name. Requires a <code class="highlighter-rouge">node_id</code> and <code class="highlighter-rouge">name</code> field.</td>
</tr>
<tr>
<td>rename_value</td>
<td>Sets a values name. Requires a <code class="highlighter-rouge">node_id</code>, <code class="highlighter-rouge">value_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>