Skip to content

Commit

Permalink
Correct frame control direction for IAS ACE cluster's default response
Browse files Browse the repository at this point in the history
  • Loading branch information
SwoopX committed May 30, 2021
1 parent eed3dd2 commit 86682a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ias_ace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void DeRestPluginPrivate::handleIasAceClusterIndication(const deCONZ::ApsDataInd

if (!(zclFrame.frameControl() & deCONZ::ZclFCDisableDefaultResponse))
{
sendZclDefaultResponse(ind, zclFrame, deCONZ::ZclSuccessStatus);
sendZclDefaultResponse(ind, zclFrame, deCONZ::ZclSuccessStatus, false);
}
}

Expand Down

0 comments on commit 86682a7

Please sign in to comment.