From 8ba7bf2e23628bb7899e78bff5bf4dde39c2f491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 8 Nov 2022 15:20:52 +0100 Subject: [PATCH 1/2] 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 --- docs/guides/chip_tool_guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/chip_tool_guide.md b/docs/guides/chip_tool_guide.md index 499b2b6cd4f9c9..01915e34b93b5b 100644 --- a/docs/guides/chip_tool_guide.md +++ b/docs/guides/chip_tool_guide.md @@ -218,9 +218,9 @@ In this command: - __ is the user-defined ID of the node being commissioned. - __ is the Operational Dataset determined in the - step 3. + [step 4](#step-4-determine-network-pairing-credentials). - __ and __ 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 @@ -236,7 +236,7 @@ In this command: - __ is the user-defined ID of the node being commissioned. - __ and __ are credentials determined in the step 3. - __ and __ 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: @@ -268,7 +268,7 @@ $ ./chip-tool pairing onnetwork In this command: - __ is the user-defined ID of the node being commissioned. -- __ is device specific _setup PIN code_ determined in the step 4 +- __ 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 @@ -284,7 +284,7 @@ In this command: - __ is the user-defined ID of the node being commissioned. - __ and __ 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 From 52ffff6c95fb550d98800a0b852518ff7cb5553b Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 3 Feb 2023 20:27:04 +0000 Subject: [PATCH 2/2] Restyled by prettier-markdown --- docs/guides/chip_tool_guide.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/guides/chip_tool_guide.md b/docs/guides/chip_tool_guide.md index 01915e34b93b5b..210c40a31eee37 100644 --- a/docs/guides/chip_tool_guide.md +++ b/docs/guides/chip_tool_guide.md @@ -220,7 +220,8 @@ In this command: - __ is the Operational Dataset determined in the [step 4](#step-4-determine-network-pairing-credentials). - __ and __ 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 @@ -236,7 +237,8 @@ In this command: - __ is the user-defined ID of the node being commissioned. - __ and __ are credentials determined in the step 3. - __ and __ 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: @@ -268,7 +270,8 @@ $ ./chip-tool pairing onnetwork In this command: - __ is the user-defined ID of the node being commissioned. -- __ is device specific _setup PIN code_ determined in the [step 5](#step-5-determine-matter-devices-discriminator-and-setup-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 @@ -284,7 +287,8 @@ In this command: - __ is the user-defined ID of the node being commissioned. - __ and __ 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