Skip to content

Commit

Permalink
Remove false TODO in ModeSelectCluster. (#17794)
Browse files Browse the repository at this point in the history
  • Loading branch information
du48s03 authored Apr 27, 2022
1 parent c950d8c commit a5059b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/clusters/mode-select-server/mode-select-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ bool emberAfModeSelectClusterChangeToModeCallback(CommandHandler * commandHandle
return false;
}
ModeSelect::Attributes::CurrentMode::Set(endpointId, newMode);
// TODO: Implement application logic

emberAfPrintln(EMBER_AF_PRINT_DEBUG, "ModeSelect: ChangeToMode successful");
emberAfSendImmediateDefaultResponse(EMBER_ZCL_STATUS_SUCCESS);
Expand Down

0 comments on commit a5059b0

Please sign in to comment.