Skip to content

Commit e6a6425

Browse files
[Fabric-Admin] Update the Fabric Sync guide to explain the confusion (#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 <commits@restyled.io>
1 parent 4e15283 commit e6a6425

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/guides/fabric_synchronization_guide.md

+9
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Run the Fabric Synchronization script:
9696

9797
### Fabric Sync Setup
9898

99+
Fabric Sync Setup is the process of enabling two ecosystems that support the
100+
Fabric Synchronization feature to commission each other's Fabric Bridge nodes
101+
into their respective private fabrics.
102+
99103
In Ecosystem 1 Fabric-Admin console:
100104

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

125+
Note: We only need to add the local bridge to the ecosystem to trigger the
126+
Fabric Sync Setup process. In the example above, the Fabric Sync Setup process
127+
is initiated by the command 'add-bridge' from Ecosystem 1. Adding the local
128+
bridge on the other side is optional.
129+
121130
### Pair Light Example to Ecosystem 2
122131

123132
Since Fabric-Bridge also functions as a Matter server, running it alongside the

examples/fabric-admin/commands/interactive/InteractiveCommands.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ constexpr char kInteractiveModeHistoryFileName[] = "chip_tool_history";
4343
constexpr char kInteractiveModeStopCommand[] = "quit()";
4444

4545
#if defined(PW_RPC_ENABLED)
46-
constexpr uint16_t kRetryIntervalS = 5;
46+
constexpr uint16_t kRetryIntervalS = 3;
4747
#endif
4848

4949
// File pointer for the log file

0 commit comments

Comments
 (0)