Diag: do not send reset errors/warnings ...

... this is a proposal for future.
This commit is contained in:
Siegfried Siegert 2025-05-08 10:11:19 +02:00
parent 1c13d92171
commit 0876fa229e
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -419,9 +419,12 @@ void DeviceControllerDiag::sub_componentAssessment()
private_sendDiagEvent(event, DeviceController::Action::SET); // New event detected
}
// Proposal: send reset
/*
for (const DeviceController::State& event : resetEvents) {
private_sendDiagEvent(event, DeviceController::Action::RESET); // Event no longer present
}
*/