We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c899 commit 5858296Copy full SHA for 5858296
examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp
@@ -117,7 +117,7 @@ void AllClustersAppCommandHandler::HandleCommand(intptr_t context)
117
{
118
uint8_t previousPosition = static_cast<uint8_t>(self->mJsonValue["PreviousPosition"].asUInt());
119
uint8_t count = static_cast<uint8_t>(self->mJsonValue["TotalNumberOfPressesCounted"].asUInt());
120
- self->OnSwitchMultiPressOngoingHandler(previousPosition, count);
+ self->OnSwitchMultiPressCompleteHandler(previousPosition, count);
121
}
122
else if (name == "PowerOnReboot")
123
0 commit comments