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

... this is a proposal for future.
This commit is contained in:
2025-05-08 10:11:19 +02:00
parent 1c13d92171
commit 0876fa229e

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
}
*/