We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8628ca commit 41a9deaCopy full SHA for 41a9dea
examples/fabric-sync/admin/DeviceSynchronization.cpp
@@ -274,7 +274,7 @@ void DeviceSynchronizer::SynchronizationCompleteAddDevice()
274
bridge::FabricBridge::Instance().AddSynchronizedDevice(mCurrentDeviceData);
275
276
// TODO(#35077) Figure out how we should reflect CADMIN values of ICD.
277
- if (!mCurrentDeviceData.isIcd)
+ if (!mCurrentDeviceData.isIcd.value_or(false))
278
{
279
VerifyOrDie(mController);
280
ScopedNodeId scopedNodeId(mNodeId, mController->GetFabricIndex());
0 commit comments