Update z-wave.markdown (#3213)

* Update z-wave.markdown

Changes for:
https://github.com/home-assistant/home-assistant/pull/9056

* Update z-wave.markdown

* Update z-wave.markdown

* Update z-wave.markdown
This commit is contained in:
John Arild Berentsen 2017-09-26 09:58:23 +02:00 committed by Fabian Affolter
parent 1e6085539a
commit 74785fb594

View File

@ -231,6 +231,7 @@ The `zwave` component exposes multiple services to help maintain the network.
| replace_failed_node | Replace a failed device with another. If the node is not in the controller's Failed Node List, or the node responds, this command will fail.|
| reset_node_meters | Reset a node's meter values. Only works if the node supports this. |
| set_config_parameter | Lets the user set a config parameter to a node. NOTE: Use string for list values. For all others use integer. |
| set_poll_intensity | Lets the user set the polling intensity of a value. Changes the polling intensity without the need of a restart. This does not persist over restarts. To keep the setting over restarts, use the Z-Wave entity-card to set the config also.
| 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.|