We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f12bd8 commit 2bc906aCopy full SHA for 2bc906a
examples/light-switch-app/cc13x4_26x4/src/ZclCallbacks.cpp
@@ -36,6 +36,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
36
{
37
ClusterId clusterId = attributePath.mClusterId;
38
AttributeId attributeId = attributePath.mAttributeId;
39
+ (void) attributeId;
40
ChipLogProgress(Zcl, "Cluster callback: " ChipLogFormatMEI, ChipLogValueMEI(clusterId));
41
42
if (clusterId == OnOffSwitchConfiguration::Id)
0 commit comments