From f37bc3c7149d9072d968d8bd8431535b7cb36f40 Mon Sep 17 00:00:00 2001 From: Lingao Meng Date: Fri, 5 Nov 2021 14:14:47 +0800 Subject: [PATCH] doc: bluetooth/mesh: Add net_key_upd document Add net_key_upd command documentation. Signed-off-by: Lingao Meng --- doc/reference/bluetooth/mesh/shell.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/reference/bluetooth/mesh/shell.rst b/doc/reference/bluetooth/mesh/shell.rst index fdbe8539f55..49007583ab5 100644 --- a/doc/reference/bluetooth/mesh/shell.rst +++ b/doc/reference/bluetooth/mesh/shell.rst @@ -405,6 +405,14 @@ The Configuration Client uses the general messages parameters set by ``mesh dst` * ``val``: If present, sets the key value as a 128-bit hexadecimal value. Any missing bytes will be zero. Only valid if the key does not already exist in the Configuration Database. If omitted, the default key value is used. +``mesh net-key-upd [val]`` +---------------------------------------- + + Update a network key to the target node. + + * ``NetKeyIndex``: The network key index to updated. + * ``val``: If present, sets the key value as a 128-bit hexadecimal value. Any missing bytes will be zero. If omitted, the default key value is used. + ``mesh net-key-get`` --------------------