Skip to content

Commit 2cf72c8

Browse files
committed
[Fabric-Admin] Update the Fabric Sync guide to explain the confusion
1 parent 2106492 commit 2cf72c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/guides/fabric_synchronization_guide.md

+5
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ of Ecosystem 1 has successfully paired with Ecosystem 2 on Endpoint 2:
118118
>>> A new device is added on Endpoint 2.
119119
```
120120

121+
Note: We only need to add the local bridge to the ecosystem to trigger the
122+
Fabric Sync Setup process. In the example above, the Fabric Sync Setup process
123+
is initiated by the command 'add-bridge' from Ecosystem 1. Adding the local
124+
bridge on the other side is optional.
125+
121126
### Pair Light Example to Ecosystem 2
122127

123128
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)