Skip to content

Commit baba33d

Browse files
authored
Fix failed to sync device when using dynamic setupPIN (#35061)
1 parent 7705be9 commit baba33d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/fabric-admin/device_manager/DeviceManager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ void DeviceManager::OpenRemoteDeviceCommissioningWindow(EndpointId remoteEndpoin
144144
commandBuilder.Add("pairing open-commissioning-window ");
145145
commandBuilder.AddFormat("%lu %d %d %d %d %d", mRemoteBridgeNodeId, remoteEndpointId, kEnhancedCommissioningMethod,
146146
kWindowTimeout, kIteration, discriminator);
147-
commandBuilder.Add(" --setup-pin 20202021");
148147

149148
PushCommand(commandBuilder.c_str());
150149
}

0 commit comments

Comments
 (0)