doc: bluetooth/mesh: Add node_id document

Add node_id command documentation.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2021-11-05 09:37:29 +08:00 committed by Johan Hedberg
commit 2452c1e5ab

View file

@ -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 <NetKeyIndex> [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 <LPN Address>``
--------------------------------------