From 2b62dd10e42461e3b9159118896154eaeaccec8d Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Wed, 5 Oct 2016 06:46:55 +0200 Subject: [PATCH] #3696 in Homeassistant (#1121) Updates for #3696 in Homeassistant --- source/getting-started/z-wave.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index af60281f9a4..5f611a7160e 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -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.|