From 2452c1e5abc7cae4f8a760ccdd1ff3b0bba7c3e5 Mon Sep 17 00:00:00 2001 From: Lingao Meng Date: Fri, 5 Nov 2021 09:37:29 +0800 Subject: [PATCH] doc: bluetooth/mesh: Add node_id document Add node_id 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 4220fba9492..fdbe8539f55 100644 --- a/doc/reference/bluetooth/mesh/shell.rst +++ b/doc/reference/bluetooth/mesh/shell.rst @@ -372,6 +372,14 @@ The Configuration Client uses the general messages parameters set by ``mesh dst` * ``count``: Sets the new relay retransmit count if ``val`` is ``on``. Ignored if ``val`` is ``off``. Defaults to ``2`` if omitted. * ``interval``: Sets the new relay retransmit interval in milliseconds if ``val`` is ``on``. Ignored if ``val`` is ``off``. Defaults to ``20`` if omitted. +``mesh node-id [Identity]`` +----------------------------------------- + + Get or Set of current Node Identity state of a subnet. + + * ``NetKeyIndex``: The network key index to Get/Set. + * ``Identity``: If present, sets the identity of Node Identity state. + ``mesh polltimeout-get `` --------------------------------------