Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b45fbe0

Browse files
emlovefabaff
authored andcommitted
Support for ZWave value renaming (#2716)
1 parent 89237a4 commit b45fbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_docs/z-wave.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ The `zwave` component exposes multiple services to help maintain the network.
205205
| refresh_node| Refresh Z-Wave node. |
206206
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
207207
| rename_node | Sets a node's name. Requires a `node_id` and `name` field. |
208+
| rename_value | Sets a value's name. Requires a `node_id`, `value_id`, and `name` field. |
208209
| remove_failed_node | Remove a failed node from the network. The Node should be on the Controllers Failed Node List, otherwise this command will fail.|
209210
| replace_failed_node | Replace a failed device with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail.|
210211
| reset_node_meters | Reset a node's meter values. Only works if the node supports this. |

0 commit comments

Comments
 (0)