Skip to content

Commit

Permalink
Fix mbedos commissioning docs to mention node id. (project-chip#14263)
Browse files Browse the repository at this point in the history
ble-wifi pairing needs a node id.
  • Loading branch information
bzbarsky-apple authored Jan 26, 2022
1 parent 818213b commit b9cc0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/mbedos_commissioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ In order to send commands to a device, it must be paired with the client and
connected to the network.

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

Example:

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

## Sending ZCL commands

Expand Down

0 comments on commit b9cc0e2

Please sign in to comment.