Skip to content

Commit febcdae

Browse files
authored
Remove extra status message sent after GetTargets response in EVSE (project-chip#41961)
1 parent 7a6eddd commit febcdae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/clusters/energy-evse-server/energy-evse-server.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ void Instance::HandleGetTargets(HandlerContext & ctx, const Commands::GetTargets
481481
}
482482

483483
ctx.mCommandHandler.AddResponse(ctx.mRequestPath, response);
484-
ctx.mCommandHandler.AddStatus(ctx.mRequestPath, Protocols::InteractionModel::Status::Success);
485484
}
486485

487486
void Instance::HandleClearTargets(HandlerContext & ctx, const Commands::ClearTargets::DecodableType & commandData)

0 commit comments

Comments
 (0)