Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Feb 3, 2023
1 parent f1f1960 commit 52ffff6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ In this command:
- _<operational_dataset\>_ is the Operational Dataset determined in the
[step 4](#step-4-determine-network-pairing-credentials).
- _<pin_code\>_ and _<discriminator\>_ are device-specific keys determined in
the [step 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).
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 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).
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 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code)
- _<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 5](#step-5-determine-matter-devices-discriminator-and-setup-pin-code).
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 52ffff6

Please sign in to comment.