Skip to content

Commit

Permalink
Move the QR code link to the project-chip gh-pages branch (#19873)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrishi authored and pull[bot] committed Jul 19, 2023
1 parent 0035aac commit 1089199
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/light-switch-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ combination with JLinkRTTClient as follows:
a URL can be found in the RTT logs.

<info > [SVR] Copy/paste the below URL in a browser to see the QR Code:
<info > [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0
<info > [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0

**LED 0** shows the overall state of the device and its connectivity. The
following states are possible:
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ combination with JLinkRTTClient as follows:
a URL can be found in the RTT logs.

<info > [SVR] Copy/paste the below URL in a browser to see the QR Code:
<info > [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0
<info > [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0

**LED 0** shows the overall state of the device and its connectivity. The
following states are possible:
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ combination with JLinkRTTClient as follows:
a URL can be found in the RTT logs.

<info > [SVR] Copy/paste the below URL in a browser to see the QR Code:
<info > [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0
<info > [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0

**LED 0** shows the overall state of the device and its connectivity. The
following states are possible:
Expand Down
4 changes: 2 additions & 2 deletions examples/pump-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ log ([UART terminal](#viewing-logging-output)). It will look like the following:
```
SetupQRCode: [MT:.81TM -00 0C9SS0]
Copy/paste the below URL in a browser to see the QR Code:
https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3A.81TM%20-00%200C9SS0
https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3A.81TM%20-00%200C9SS0
```

You can directly navigate to the webpage URL displayed (which has QR payload
Expand Down Expand Up @@ -203,4 +203,4 @@ Additionally, we welcome any feedback.
https://www.ti.com/wireless-connectivity/thread/design-development.html
[ot_border_router_setup]:
https://openthread.io/guides/border-router/beaglebone-black
[qr_code_generator]: https://dhrishi.github.io/connectedhomeip/qrcode.html
[qr_code_generator]: https://project-chip.github.io/connectedhomeip/qrcode.html
4 changes: 2 additions & 2 deletions examples/pump-controller-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ log ([UART terminal](#viewing-logging-output)). It will look like the following:
```
SetupQRCode: [MT:.81TM -00 0C9SS0]
Copy/paste the below URL in a browser to see the QR Code:
https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3A.81TM%20-00%200C9SS0
https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3A.81TM%20-00%200C9SS0
```

You can directly navigate to the webpage URL displayed (which has QR payload
Expand Down Expand Up @@ -204,4 +204,4 @@ Additionally, we welcome any feedback.
https://www.ti.com/wireless-connectivity/thread/design-development.html
[ot_border_router_setup]:
https://openthread.io/guides/border-router/beaglebone-black
[qr_code_generator]: https://dhrishi.github.io/connectedhomeip/qrcode.html
[qr_code_generator]: https://project-chip.github.io/connectedhomeip/qrcode.html
2 changes: 1 addition & 1 deletion examples/window-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ combination with JLinkRTTClient as follows:
a URL can be found in the RTT logs.

<info > [SVR] Copy/paste the below URL in a browser to see the QR Code:
<info > [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0
<info > [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=CH%3AI34NM%20-00%200C9SS0

**LED 0** shows the overall state of the device and its connectivity. The
following states are possible:
Expand Down
2 changes: 1 addition & 1 deletion src/app/server/OnboardingCodesUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <setup_payload/ManualSetupPayloadGenerator.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>

constexpr char kQrCodeBaseUrl[] = "https://dhrishi.github.io/connectedhomeip/qrcode.html";
constexpr char kQrCodeBaseUrl[] = "https://project-chip.github.io/connectedhomeip/qrcode.html";
constexpr char kUrlDataAssignmentPhrase[] = "?data=";
constexpr char kSpecialCharsUnreservedInRfc3986[] = "-._~";

Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_DD_1_10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
[1646286638.377664][11651:11651] CHIP:DL: Device Type: 65535 (0xFFFF)
[1646286638.377771][11651:11651] CHIP:SVR: SetupQRCode: [MT:-24J042C00KA0648G00]
[1646286638.377865][11651:11651] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1646286638.377915][11651:11651] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
[1646286638.377915][11651:11651] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
[1646286638.377986][11651:11651] CHIP:SVR: Manual pairing code: [34970112332]
[1646286638.378089][11651:11651] CHIP:SVR: Long manual pairing code: [749701123365521327694]
disabled: true
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_DD_1_11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
[1646286638.377664][11651:11651] CHIP:DL: Device Type: 65535 (0xFFFF)
[1646286638.377771][11651:11651] CHIP:SVR: SetupQRCode: [MT:-24J042C00KA0648G00]
[1646286638.377865][11651:11651] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1646286638.377915][11651:11651] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
[1646286638.377915][11651:11651] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
[1646286638.377986][11651:11651] CHIP:SVR: Manual pairing code: [34970112332]
[1646286638.378089][11651:11651] CHIP:SVR: Long manual pairing code: [749701123365521327694]
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_1_12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:
[1641836544619] [16162:695667] CHIP: [DL] Device Type: 257 (0x101)
[1641836544619] [16162:695667] CHIP: [SVR] SetupQRCode: [MT:YNJV7VSC00KA0648G00]
[1641836544619] [16162:695667] CHIP: [SVR] Copy/paste the below URL in a browser to see the QR Code:
[1641836544619] [16162:695667] CHIP: [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
[1641836544619] [16162:695667] CHIP: [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
[1641836544619] [16162:695667] CHIP: [SVR] Manual pairing code: [34970112332]
Expand Down Expand Up @@ -86,7 +86,7 @@ tests:
[1641836544690] [16162:695667] CHIP: [DL] Device Type: 257 (0x101)
[1641836544690] [16162:695667] CHIP: [SVR] SetupQRCode: [MT:YNJV7VSC00KA0648G00]
[1641836544690] [16162:695667] CHIP: [SVR] Copy/paste the below URL in a browser to see the QR Code:
[1641836544690] [16162:695667] CHIP: [SVR] https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
[1641836544690] [16162:695667] CHIP: [SVR] https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
[1641836544690] [16162:695667] CHIP: [SVR] Manual pairing code: [34970112332]
[1641836544690] [16162:695684] CHIP: [DL] _OnPlatformEvent
[1641836544690] [16162:695684] CHIP: [DIS] DNS-SD StartServer mode=0
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_1_8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ tests:
CHIP:DL: Device Type: 65535 (0xFFFF)
CHIP:SVR: SetupQRCode: [MT:-24J0CEK01KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
2. Parse the DUT's QR Code using the TH commissioner: chip-tool
ubuntu@matter-7:~/Apr18_cntrl/connectedhomeip/examples/chip-tool/out/debug$ ./chip-tool payload parse-setup-payload MT:-24J048N01KA0648G00
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_1_9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ tests:
CHIP:DL: Device Type: 65535 (0xFFFF)
CHIP:SVR: SetupQRCode: [MT:-24J0CEK01KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
ubuntu@matter-7:~/Apr18_cntrl/connectedhomeip/examples/chip-tool/out/debug$ ./chip-tool payload parse-setup-payload 34970112332
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
[1653087913.251732][8083:8083] CHIP:DL: Device Type: 65535 (0xFFFF)
[1653087913.252171][8083:8083] CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
[1653087913.252710][8083:8083] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653087913.253175][8083:8083] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653087913.253175][8083:8083] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653087913.253681][8083:8083] CHIP:SVR: Manual pairing code: [749701123365521327694]
[1653087913.254268][8083:8083] CHIP:DMG: Endpoint 0, Cluster 0x0000_001D update version to 29f72814
disabled: true
Expand Down Expand Up @@ -179,7 +179,7 @@ tests:
[1653087913.251732][8083:8083] CHIP:DL: Device Type: 65535 (0xFFFF)
[1653087913.252171][8083:8083] CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
[1653087913.252710][8083:8083] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653087913.253175][8083:8083] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653087913.253175][8083:8083] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653087913.253681][8083:8083] CHIP:SVR: Manual pairing code: [749701123365521327694]
[1653087913.254268][8083:8083] CHIP:DMG: Endpoint 0, Cluster 0x0000_001D update version to 29f72814
disabled: true
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_3_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ tests:
[1653471956.972509][10713:10713] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1653471956.972546][10713:10713] CHIP:SVR: SetupQRCode: [MT:-24J0CEK01KA0648G00]
[1653471956.972579][10713:10713] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653471956.972600][10713:10713] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
[1653471956.972600][10713:10713] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
[1653471956.972632][10713:10713] CHIP:SVR: Manual pairing code: [34970112332]
[1653471956.972654][10713:10713] CHIP:-: ==== Onboarding payload for Custom Commissioning Flows ====
[1653471956.972715][10713:10713] CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
[1653471956.972748][10713:10713] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653471956.972769][10713:10713] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653471956.972769][10713:10713] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653471956.972803][10713:10713] CHIP:SVR: Manual pairing code: [749701123365521327694]
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_DD_3_11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tests:
[1651101335.733693][22353:22353] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1651101335.734598][22353:22353] CHIP:SVR: SetupQRCode: [MT:-24J042C00KA0648G00]
[1651101335.735182][22353:22353] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1651101335.735618][22353:22353] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
[1651101335.735618][22353:22353] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J042C00KA0648G00
ubuntu@ubuntu:~/apps$ ./chip-tool payload parse-setup-payload MT:-24J0YXE00KA0648G00
Expand Down
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_DD_3_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:
[1651108891.390744][30833:30833] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1651108891.390809][30833:30833] CHIP:SVR: SetupQRCode: [MT:-24J0AFN00KA0648G00]
[1651108891.390848][30833:30833] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1651108891.390876][30833:30833] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651108891.390876][30833:30833] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651108891.390917][30833:30833] CHIP:SVR: Manual pairing code: [34970112332]
disabled: true

Expand Down Expand Up @@ -89,12 +89,12 @@ tests:
[1651109167.022753][30980:30980] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1651109167.022825][30980:30980] CHIP:SVR: SetupQRCode: [MT:-24J0AFN00KA0648G00]
[1651109167.022868][30980:30980] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1651109167.022898][30980:30980] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651109167.022898][30980:30980] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651109167.022942][30980:30980] CHIP:SVR: Manual pairing code: [34970112332]
[1651109167.022974][30980:30980] CHIP:-: ==== Onboarding payload for Custom Commissioning Flows ====
[1651109167.023050][30980:30980] CHIP:SVR: SetupQRCode: [MT:-24J029Q00KA0648G00]
[1651109167.023090][30980:30980] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1651109167.023120][30980:30980] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J029Q00KA0648G00
[1651109167.023120][30980:30980] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J029Q00KA0648G00
[1651109167.023167][30980:30980] CHIP:SVR: Manual pairing code: [749701123365521327694]
disabled: true

Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_DD_3_16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
[1651180718.960671][13218:13218] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1651180718.960729][13218:13218] CHIP:SVR: SetupQRCode: [MT:-24J0AFN00KA0648G00]
[1651180718.960760][13218:13218] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1651180718.960781][13218:13218] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651180718.960781][13218:13218] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0AFN00KA0648G00
[1651180718.960814][13218:13218] CHIP:SVR: Manual pairing code: [34970112332]
disabled: true

Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_3_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tests:
CHIP:DL: Device Type: 35 (0x23)
CHIP:SVR: SetupQRCode: [MT:YNJV7VSC00KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:ZCL: Using ZAP configuration...
] CHIP:ZCL: OpCreds: Initiating OpCreds cluster by writing fabrics list from fabric table.
Expand Down Expand Up @@ -435,7 +435,7 @@ tests:
CHIP:DL: Device Type: 35 (0x23)
CHIP:SVR: SetupQRCode: [MT:YNJV7VSC00KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:SVR: Retrieved value from server storage.
CHIP:SVR: Retrieved value from server storage.
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_3_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests:
CHIP:DL: Device Type: 35 (0x23)
CHIP:SVR: SetupQRCode: [MT:YNJV7VSC00KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:ZCL: Using ZAP configuration...
] CHIP:ZCL: OpCreds: Initiating OpCreds cluster by writing fabrics list from fabric table.
Expand Down Expand Up @@ -430,7 +430,7 @@ tests:
CHIP:DL: Device Type: 35 (0x23)
CHIP:SVR: SetupQRCode: [MT:YNJV7VSC00KA0648G00]
CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AYNJV7VSC00KA0648G00
CHIP:SVR: Manual pairing code: [34970112332]
CHIP:SVR: Retrieved value from server storage.
CHIP:SVR: Retrieved value from server storage.
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_DD_3_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ tests:
[1653471956.972509][10713:10713] CHIP:-: ==== Onboarding payload for Standard Commissioning Flow ====
[1653471956.972546][10713:10713] CHIP:SVR: SetupQRCode: [MT:-24J0CEK01KA0648G00]
[1653471956.972579][10713:10713] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653471956.972600][10713:10713] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
[1653471956.972600][10713:10713] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J0CEK01KA0648G00
[1653471956.972632][10713:10713] CHIP:SVR: Manual pairing code: [34970112332]
[1653471956.972654][10713:10713] CHIP:-: ==== Onboarding payload for Custom Commissioning Flows ====
[1653471956.972715][10713:10713] CHIP:SVR: SetupQRCode: [MT:-24J048N01KA0648G00]
[1653471956.972748][10713:10713] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1653471956.972769][10713:10713] CHIP:SVR: https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653471956.972769][10713:10713] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J048N01KA0648G00
[1653471956.972803][10713:10713] CHIP:SVR: Manual pairing code: [749701123365521327694]
Expand Down

0 comments on commit 1089199

Please sign in to comment.