Diag: do not send reset errors/warnings ...
... this is a proposal for future.
This commit is contained in:
		@@ -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
 | 
			
		||||
    }
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user