Skip to content

Commit 3771812

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Fix mbedos commissioning docs to mention node id. (#14263)
ble-wifi pairing needs a node id.
1 parent c0310b0 commit 3771812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/mbedos_commissioning.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ In order to send commands to a device, it must be paired with the client and
168168
connected to the network.
169169

170170
To run the commissioning process via BLE, run the built executable and pass it
171-
the network ssid and password, discriminator and pairing code of the remote
172-
device.
171+
the node id to assign to the newly-commissioned node, network ssid and password,
172+
discriminator and pairing code of the remote device.
173173

174174
Example:
175175

176-
$ chip-tool pairing ble-wifi network_ssid network_password 20202021 3840
176+
$ chip-tool pairing ble-wifi node_id_to_assign network_ssid network_password 20202021 3840
177177

178178
## Sending ZCL commands
179179

0 commit comments

Comments
 (0)