doc: bluetooth/mesh: Add mod_sub_del_all document

Add mod_sub_del_all command documentation.

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

View file

@ -567,6 +567,15 @@ 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-del-all <elem addr> <Model ID> [Company ID]``
-------------------------------------------------------------------
Remove all group and virtual address subscriptions from of a model.
* ``elem addr``: Address of the element the model is on.
* ``Model ID``: The model ID of the model to Unsubscribe all.
* ``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]``
--------------------------------------------------------