Site updated at 2017-02-23 10:52:01 UTC

This commit is contained in:
Travis CI 2017-02-23 10:52:01 +00:00
parent 44e4545984
commit e3ddab0cfb
24 changed files with 43 additions and 41 deletions

View file

@ -277,9 +277,7 @@ Depending on whats plugged into your USB ports, the name found above may chan
</div>
<h4><a class="title-link" name="zwavenode_event" href="#zwavenode_event"></a> zwave.node_event</h4>
<p>Home Assistant will trigger a event when command_class_basic changes value on a node.
This can be virtually anything, so tests have to be made to determine what value equals what.
You can use this for automations.</p>
<p>Home Assistant will trigger a event when command_class_basic changes value on a node. This can be virtually anything, so tests have to be made to determine what value equals what. You can use this for automations.</p>
<p>Example:</p>
@ -347,7 +345,11 @@ You can use this for automations.</p>
</tr>
<tr>
<td>print_config_parameter</td>
<td>Prints Z-wave nodes config parameter value to the log.</td>
<td>Prints Z-Wave nodes config parameter value to the log.</td>
</tr>
<tr>
<td>print_node</td>
<td>Print all state of Z-Wave node.</td>
</tr>
<tr>
<td>remove_node</td>