File tree 2 files changed +10
-1
lines changed
examples/fabric-admin/commands/interactive
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ Run the Fabric Synchronization script:
96
96
97
97
### Fabric Sync Setup
98
98
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
+
99
103
In Ecosystem 1 Fabric-Admin console:
100
104
101
105
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:
118
122
>>> A new device is added on Endpoint 2.
119
123
```
120
124
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
+
121
130
### Pair Light Example to Ecosystem 2
122
131
123
132
Since Fabric-Bridge also functions as a Matter server, running it alongside the
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ constexpr char kInteractiveModeHistoryFileName[] = "chip_tool_history";
43
43
constexpr char kInteractiveModeStopCommand [] = " quit()" ;
44
44
45
45
#if defined(PW_RPC_ENABLED)
46
- constexpr uint16_t kRetryIntervalS = 5 ;
46
+ constexpr uint16_t kRetryIntervalS = 3 ;
47
47
#endif
48
48
49
49
// File pointer for the log file
You can’t perform that action at this time.
0 commit comments