From 9d70b2d35ba7d734b98bc82624a4fa285072175b Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 10 Feb 2017 20:18:32 +0200 Subject: [PATCH] Revert set_wakeup change --- source/getting-started/z-wave.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index be6c4c91c54..1e02d9d8f31 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -237,7 +237,6 @@ The `zwave` component exposes multiple services to help maintain the 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. | | set_config_parameter | Let's the user set a config parameter to a node.| -| set_wakeup | Sets wakeup interval for battery-operated nodes. Note that in order for the interval to be actually written to the node the node must wake up.| | 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.|