further document add_node_secure (#8229)

added documentation to *attempt* explanation that add_node_secure will also function for adding unsecure nodes.
This commit is contained in:
JudgeDredd 2017-06-30 03:00:38 -04:00 committed by Andrey
parent 31f17a91e6
commit 33fd2250fd

View File

@ -19,7 +19,7 @@ add_node:
description: Add a new (unsecure) node to the Z-Wave network. Refer to OZW.log for progress.
add_node_secure:
description: Add a new node to the Z-Wave network with secure communications. Node must support this, and network key must be set. Note that unsecure devices can't directly talk to secure devices. Refer to OZW.log for progress.
description: Add a new node to the Z-Wave network with secure communications. Secure network key must be set, this process will fallback to add_node (unsecure) for unsupported devices. Note that unsecure devices can't directly talk to secure devices. Refer to OZW.log for progress.
cancel_command:
description: Cancel a running Z-Wave controller command. Use this to exit add_node, if you wasn't going to use it but activated it.