Skip to content

Commit 737afd3

Browse files
PavelVPVcarlescufi
authored andcommitted
doc: bluetooth: mesh: Add dfu cli cancel command to doc
Add description of the `mesh model dfu cli cancel` shell command. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 17223f1 commit 737afd3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

doc/connectivity/bluetooth/api/mesh/shell.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,16 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
11081108
* ``Group``: Optional group address to use when communicating with the Target nodes. If omitted, the Firmware Update Client will address each Target node individually.
11091109

11101110

1111+
``mesh models dfu cli cancel [<Addr>]``
1112+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1113+
1114+
Cancel the DFU procedure at any state on a specific Target node or on all Target nodes.
1115+
When a Target node address is provided, the Firmware Update Client model will try to cancel the DFU procedure on the provided Target node.
1116+
Otherwise, the Firmware Update Client model will try to cancel the ongoing DFU procedure on all Target nodes.
1117+
1118+
* ``Addr``: Optional unicast address of a Target node on which to cancel the DFU procedure.
1119+
1120+
11111121
``mesh models dfu cli apply``
11121122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11131123

@@ -1120,12 +1130,6 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
11201130
Confirm that the most recent DFU transfer was successfully applied on all Target nodes. Can only be called after a DFU transfer is completed and applied.
11211131

11221132

1123-
``mesh models dfu cli progress``
1124-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1125-
1126-
Check the progress of the current transfer.
1127-
1128-
11291133
``mesh models dfu cli suspend``
11301134
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11311135

@@ -1137,11 +1141,13 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
11371141

11381142
Resume the suspended DFU transfer.
11391143

1140-
``mesh models dfu srv progress``
1144+
1145+
``mesh models dfu cli progress``
11411146
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11421147

11431148
Check the progress of the current transfer.
11441149

1150+
11451151
``mesh models dfu cli instance-set <ElemIdx>``
11461152
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11471153

0 commit comments

Comments
 (0)