Skip to content

Commit

Permalink
Fix wrong steps in Working with the CHIP Tool page (#23547)
Browse files Browse the repository at this point in the history
* Fix wrong steps in Working with the CHIP Tool page

Fix wrong steps in Working with the CHIP Tool page:
Step 5: Determine Matter device's discriminator and setup PIN code
Step 4: Determine network pairing credentials

* Restyled by prettier-markdown

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Oct 30, 2023
1 parent 0866c68 commit 817b4f6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ In this command:

- _<node_id\>_ is the user-defined ID of the node being commissioned.
- _<operational_dataset\>_ is the Operational Dataset determined in the
step 3.
[step 4](#step-4-determine-network-pairing-credentials).
- _<pin_code\>_ and _<discriminator\>_ are device-specific keys determined in
the step 4.
the
[step 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).

##### Commissioning into Wi-Fi network over Bluetooth LE

Expand All @@ -231,7 +232,8 @@ In this command:
- _<node_id\>_ is the user-defined ID of the node being commissioned.
- _<ssid\>_ and _<password\>_ are credentials determined in the step 3.
- _<pin_code\>_ and _<discriminator\>_ are device-specific keys determined in
the step 4.
the
[step 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).

If you prefer the hexadecimal format, use the `hex:` prefix. For example:

Expand Down Expand Up @@ -263,7 +265,8 @@ $ ./chip-tool pairing onnetwork <node_id> <pin_code>
In this command:

- _<node_id\>_ is the user-defined ID of the node being commissioned.
- _<pin_code\>_ is device specific _setup PIN code_ determined in the step 4
- _<pin_code\>_ is device specific _setup PIN code_ determined in the
[step 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code)
and used to discover the device.

##### Commissioning with long discriminator
Expand All @@ -279,7 +282,8 @@ In this command:

- _<node_id\>_ is the user-defined ID of the node being commissioned.
- _<pin_code\>_ and _<discriminator\>_ are device specific keys determined in
the step 4.
the
[step 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).

##### Commissioning with QR code payload or manual pairing code

Expand Down

0 comments on commit 817b4f6

Please sign in to comment.