Site updated at 2017-02-23 10:52:01 UTC
This commit is contained in:
parent
44e4545984
commit
e3ddab0cfb
24 changed files with 43 additions and 41 deletions
|
@ -277,9 +277,7 @@ Depending on what’s 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 node’s config parameter value to the log.</td>
|
||||
<td>Prints Z-Wave node’s 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue