Skip to content

Commit f011e5a

Browse files
Fix documentation for chip-app1 commisioning. (#22332)
* Fix documentation for chip-app1 commisioning. PR #15801 changed the port to 5543, but the documentation was not updated. Just use "pairing code" to avoid problems like that. Fixes project-chip/connectedhomeip#22312 * Fix review comments: add missing node id.
1 parent 4ab286d commit f011e5a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/guides/simulated_device_linux.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,12 @@ interact with it using chip-tool
8888
1. Follow the instruction to build chip-tool in the
8989
[chip-tool readme](../../examples/chip-tool).
9090
91-
2. Run this command to initiate the pairing.
91+
2. Run this command to commission.
9292
```
93-
./out/debug/standalone/chip-tool pairing ethernet 0x654321 20202021 3842 [IP ADDRESS of App] 5542
93+
./out/debug/standalone/chip-tool pairing code 0x654321 MT:-24J0AFN00KA0648G00
9494
```
95-
3. Run this command to complete the commissioning.
96-
```
97-
./out/debug/standalone/chip-tool generalcommissioning commissioning-complete 0x654321 0
98-
```
99-
4. Most tests will start at this point and now an send cluster commands with
95+
or whatever is listed on the "SetupQRCode:" line in the log output.
96+
3. Most tests will start at this point and now an send cluster commands with
10097
chip-tool as follow.
10198
10299
```

0 commit comments

Comments
 (0)