We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea369 commit 86aa162Copy full SHA for 86aa162
examples/tv-casting-app/linux/CastingShellCommands.cpp
@@ -91,7 +91,7 @@ void PrintBindings()
91
"Binding type=%d fab=%d nodeId=0x" ChipLogFormatX64
92
" groupId=%d local endpoint=%d remote endpoint=%d cluster=" ChipLogFormatMEI,
93
binding.type, binding.fabricIndex, ChipLogValueX64(binding.nodeId), binding.groupId, binding.local,
94
- binding.remote, ChipLogValueMEI(binding.clusterId.ValueOr(0)));
+ binding.remote, ChipLogValueMEI(binding.clusterId.value_or(0)));
95
}
96
97
0 commit comments