More updates to zwave services.yaml file (#8083)

pull/8102/head
Andrey 2017-06-19 08:38:14 +03:00 committed by Paulus Schoutsen
parent 4fdde4f0e2
commit b2d6ff9783
1 changed files with 4 additions and 4 deletions

View File

@ -31,14 +31,14 @@ remove_node:
description: Remove a node from the Z-Wave network. Refer to OZW.log for progress.
remove_failed_node:
descsription: This command will remove a failed node from the network. The node should be on the controllers failed nodes list, otherwise this command will fail. Refer to OZW.log for progress.
description: This command will remove a failed node from the network. The node should be on the controllers failed nodes list, otherwise this command will fail. Refer to OZW.log for progress.
fields:
node_id:
description: Node id of the device to remove (integer).
example: 10
replace_failed_node:
descsription: Replace a failed node with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail. Refer to OZW.log for progress.
description: Replace a failed node with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail. Refer to OZW.log for progress.
fields:
node_id:
description: Node id of the device to replace (integer).
@ -105,7 +105,7 @@ test_network:
description: This will send test to nodes in the Z-Wave network. This will greatly slow down the Z-Wave network while it is being processed. Refer to OZW.log for progress.
rename_node:
description: Set the name(s) of a node.
description: Set the name of a node. This will also affect the IDs of all entities in the node.
fields:
node_id:
description: ID of the node to rename.
@ -115,7 +115,7 @@ rename_node:
example: 'kitchen'
rename_value:
description: Set the name of a node value. Value IDs can be queried from /api/zwave/values/{node_id}
description: Set the name of a node value. This will affect the ID of the value entity. Value IDs can be queried from /api/zwave/values/{node_id}
fields:
node_id:
description: ID of the node to rename.