GeneralDiagnostics

@Generated(value = ["GoogleHomePlatformCodegen"])
interface GeneralDiagnostics : GeneralDiagnosticsTrait.Attributes, MatterTrait, GeneralDiagnosticsCommands


API for the GeneralDiagnostics trait. This trait provides an interface for retrieving information about the general diagnostic information for an endpoint.

Summary

Public properties

open TraitFactory<GeneralDiagnostics>

Inherited properties

From com.google.home.matter.standard.GeneralDiagnosticsTrait.Attributes
List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<GeneralDiagnosticsTrait.HardwareFaultEnum>?
List<GeneralDiagnosticsTrait.NetworkFaultEnum>?
List<GeneralDiagnosticsTrait.RadioFaultEnum>?
List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

GeneralDiagnosticsTrait.BootReasonEnum?
UShort

The revision of the server cluster specification supported by the cluster instance.

GeneralDiagnosticsTrait.Feature

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

List<GeneralDiagnosticsTrait.NetworkInterface>?

A list of NetworkInterface entries.

UShort?
Boolean?
UInt?
ULong?
From com.google.home.Trait

Public functions

supports

fun supports(attribute: GeneralDiagnostics.Attribute): Boolean

supports

fun supports(command: GeneralDiagnostics.Command): Boolean

Public properties

factory

open val factoryTraitFactory<GeneralDiagnostics>