From 120f55026d6fe009d6754611697bb9202287051e Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 15 Sep 2018 09:21:22 -0500 Subject: [PATCH] Add documentation for new Z-Wave services --- source/_docs/z-wave/services.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown index 8b8d9d32276..a7e0e1a9540 100644 --- a/source/_docs/z-wave/services.markdown +++ b/source/_docs/z-wave/services.markdown @@ -22,6 +22,7 @@ The `zwave` component exposes multiple services to help maintain the network. Al | print_config_parameter | Prints Z-Wave node's config parameter value to the (console) log. | | print_node | Print all states of Z-Wave node. | | refresh_entity | Refresh the Z-Wave entity by refreshing dependent values. | +| refresh_indicator | Refresh the indicator value of a Z-Wave node. | | refresh_node | Refresh the Z-Wave node. | | remove_node | Put the Z-Wave controller in exclusion mode. Allows you to remove a device from the Z-Wave network. | | rename_node | Sets a node's name. Requires a `node_id` and `name` field. | @@ -30,6 +31,7 @@ The `zwave` component exposes multiple services to help maintain the network. Al | 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 the parameter option's `label` string as the `value` for list parameters (e.g., `"value": "Off"`). For all other parameters use the relevant integer `value` (e.g., `"value": 1`). | +| set_indicator | Set the indicator value of a Z-Wave 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. |