Skip to content

Commit

Permalink
Removed question comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Jan 18, 2024
1 parent 1fb5f9a commit cbce399
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ void Instance::InvokeCommand(HandlerContext & handlerContext)
[this](HandlerContext & ctx, const auto & req) { HandleStopState(ctx, req); });
break;
default:
// Should we check if the command is in the base cluster's number-space and if so respond with an error?
// Is this not possible due to the data model knowing what commands are available

ChipLogDetail(Zcl, "OperationalState: Entering handling derived cluster commands");

InvokeDerivedClusterCommand(handlerContext);
Expand Down

0 comments on commit cbce399

Please sign in to comment.