Matter: Allow setting of ActiveHardwareFaults

The ActiveHardwareFaultsEnum supports a "TamperDetected" hardware fault, which is of interest for our product.

Using the general diagnostics server, it is possible to set the Event, but there is no way to get the event into the DiagnosticDataProviderImpl.

Is there a way to add the tamper-detected hardware fault somehow to the DiagnosticDataProvider? If I need to inherit, it would be cool if I could do so directly from the NrfImplementation (which is currently not possible, since the constructor is private and not protected).

Related