Skip to content

Commit

Permalink
Fix documentation for chip-app1 commisioning.
Browse files Browse the repository at this point in the history
PR project-chip#15801 changed the port to 5543, but the documentation was not updated. Just
use "pairing code" to avoid problems like that.

Fixes project-chip#22312
  • Loading branch information
bzbarsky-apple committed Sep 1, 2022
1 parent 08830a5 commit c481ddd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/guides/simulated_device_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,12 @@ interact with it using chip-tool
1. Follow the instruction to build chip-tool in the
[chip-tool readme](../../examples/chip-tool).
2. Run this command to initiate the pairing.
2. Run this command to commission.
```
./out/debug/standalone/chip-tool pairing ethernet 0x654321 20202021 3842 [IP ADDRESS of App] 5542
./out/debug/standalone/chip-tool pairing code MT:-24J0AFN00KA0648G00
```
3. Run this command to complete the commissioning.
```
./out/debug/standalone/chip-tool generalcommissioning commissioning-complete 0x654321 0
```
4. Most tests will start at this point and now an send cluster commands with
or whatever is listed on the "SetupQRCode:" line in the log output.
3. Most tests will start at this point and now an send cluster commands with
chip-tool as follow.
```
Expand Down

0 comments on commit c481ddd

Please sign in to comment.