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).

Parents
  • Hello,

    I have started to work on finding answers for this. But I have one hurdle to get started:

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

    Where is the documentation or code reference for this enum? I was not able to find it in the connectedhomeip repository. Is it part of the Matter specification?

    Best regards,

    Maria

Reply
  • Hello,

    I have started to work on finding answers for this. But I have one hurdle to get started:

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

    Where is the documentation or code reference for this enum? I was not able to find it in the connectedhomeip repository. Is it part of the Matter specification?

    Best regards,

    Maria

Children
No Data
Related