doc: bluetooth/mesh: Add mod_sub_ow document

Add mod_sub_ow command documentation.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2021-11-05 08:33:56 +08:00 committed by Johan Hedberg
commit c3fbcb5e6d

View file

@ -547,6 +547,16 @@ The Configuration Client uses the general messages parameters set by ``mesh dst`
* ``Model ID``: The model ID of the model to add the subscription to.
* ``Company ID``: If present, determines the Company ID of the model. If omitted, the model is a Bluetooth SIG defined model.
``mesh mod-sub-ow <elem addr> <sub addr> <Model ID> [Company ID]``
-------------------------------------------------------------------
Overwrite all model subscriptios with a single new group address.
* ``elem addr``: Address of the element the model is on.
* ``sub addr``: 16-bit group address the model should added to the subscription list (``0xc000`` to ``0xFEFF``).
* ``Model ID``: The model ID of the model to add the subscription to.
* ``Company ID``: If present, determines the Company ID of the model. If omitted, the model is a Bluetooth SIG defined model.
``mesh mod-sub-get <elem addr> <Model ID> [Company ID]``
--------------------------------------------------------