Skip to content

Commit

Permalink
[Fabric-Admin] Update the Fabric Sync guide to explain the confusion (p…
Browse files Browse the repository at this point in the history
…roject-chip#35638)

* [Fabric-Admin] Update the Fabric Sync guide to explain the confusion

* Add Fabric Sync Setup process description

* Restyled by prettier-markdown

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
yufengwangca and restyled-commits authored Sep 18, 2024
1 parent 4e15283 commit e6a6425
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/guides/fabric_synchronization_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Run the Fabric Synchronization script:

### Fabric Sync Setup

Fabric Sync Setup is the process of enabling two ecosystems that support the
Fabric Synchronization feature to commission each other's Fabric Bridge nodes
into their respective private fabrics.

In Ecosystem 1 Fabric-Admin console:

Pair the local bridge of Ecosystem 1 with node ID 1:
Expand All @@ -118,6 +122,11 @@ of Ecosystem 1 has successfully paired with Ecosystem 2 on Endpoint 2:
>>> A new device is added on Endpoint 2.
```

Note: We only need to add the local bridge to the ecosystem to trigger the
Fabric Sync Setup process. In the example above, the Fabric Sync Setup process
is initiated by the command 'add-bridge' from Ecosystem 1. Adding the local
bridge on the other side is optional.

### Pair Light Example to Ecosystem 2

Since Fabric-Bridge also functions as a Matter server, running it alongside the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ constexpr char kInteractiveModeHistoryFileName[] = "chip_tool_history";
constexpr char kInteractiveModeStopCommand[] = "quit()";

#if defined(PW_RPC_ENABLED)
constexpr uint16_t kRetryIntervalS = 5;
constexpr uint16_t kRetryIntervalS = 3;
#endif

// File pointer for the log file
Expand Down

0 comments on commit e6a6425

Please sign in to comment.