#3696 in Homeassistant (#1121)

Updates for #3696 in Homeassistant
This commit is contained in:
John Arild Berentsen 2016-10-05 06:46:55 +02:00 committed by Paulus Schoutsen
parent 6b681c10de
commit 2b62dd10e4

View File

@ -210,6 +210,7 @@ The `zwave` component exposes ten services to help maintain the network.
| cancel_command | Cancels a running Z-Wave command. If you have started a add_node or remove_node command, and decides you are not going to do it, then this must be used to stop the inclusion/exclusion command. |
| heal_network | Tells the controller to "heal" the Z-Wave network. Bascially asks the nodes to tell the controller all of their neighbors so the controller can refigure out optimal routing. |
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
| 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.|
| start_network | Starts the Z-Wave network.|
| stop_network | Stops the Z-Wave network.|