Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong steps in Working with the CHIP Tool page #23547

Merged
merged 3 commits into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,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 @@ -236,7 +237,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 @@ -268,7 +270,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 @@ -284,7 +287,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