enum

Matter::Cluster::Definitions::DiagnosticLogs::Intent

Inherits Enum < Comparable < Value < Object

Constants

EndUserSupport = 0_u8

Logs to be used for end- user support

shall indicate that the purpose of the log request is to retrieve logs for the intention of providing support to an end-user.

NetworkDiag = 1_u8

Logs to be used for network diagnostics

shall indicate that the purpose of the log request is to diagnose the network(s) for which the Node is currently commissioned (and/or connected) or has previously been commissioned (and/or connected).

CrashLogs = 2_u8

Obtain crash logs from the Node

shall indicate that the purpose of the log request is to retrieve any crash logs that may be present on a Node.

Instance methods

crash_logs?

Returns true if this enum value equals CrashLogs

Source
end_user_support?

Returns true if this enum value equals EndUserSupport

Source
network_diag?

Returns true if this enum value equals NetworkDiag

Source