You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/connectivity/bluetooth/api/mesh/shell.rst
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1108,6 +1108,16 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
1108
1108
* ``Group``: Optional group address to use when communicating with the Target nodes. If omitted, the Firmware Update Client will address each Target node individually.
1109
1109
1110
1110
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
+
1111
1121
``mesh models dfu cli apply``
1112
1122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1113
1123
@@ -1120,12 +1130,6 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
1120
1130
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.
1121
1131
1122
1132
1123
-
``mesh models dfu cli progress``
1124
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1125
-
1126
-
Check the progress of the current transfer.
1127
-
1128
-
1129
1133
``mesh models dfu cli suspend``
1130
1134
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1131
1135
@@ -1137,11 +1141,13 @@ The Firmware Update Client model can be added to the mesh shell by enabling conf
0 commit comments