Update z-wave.markdown (#2176)
This commit is contained in:
parent
ccfd59919d
commit
7e63e3b15b
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ The `zwave` component exposes multiple services to help maintain the network.
|
||||||
| refresh_node| Refresh Z-Wave node. |
|
| refresh_node| Refresh Z-Wave node. |
|
||||||
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
|
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
|
||||||
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
|
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
|
||||||
|
| remove_failed_node | Remove a failed node from the network. The Node should be on the Controllers Failed Node List, otherwise this command will fail.|
|
||||||
|
| replace_failed_node | Replace a failed device with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail.|
|
||||||
| set_config_parameter | Let's the user set a config parameter to a node. |
|
| set_config_parameter | Let's the user set a config parameter to a node. |
|
||||||
| soft_reset | Tells the controller to do a "soft reset". This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command.|
|
| soft_reset | Tells the controller to do a "soft reset". This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command.|
|
||||||
| start_network | Starts the Z-Wave network.|
|
| start_network | Starts the Z-Wave network.|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue