HepaFilterMonitoring

@Generated(value = ["GoogleHomePlatformCodegen"])
interface HepaFilterMonitoring : HepaFilterMonitoringTrait.Attributes, MatterTrait, Updatable, HepaFilterMonitoringCommands


API for the HepaFilterMonitoring trait. This trait provides an interface for monitoring the current condition of a HEPA filter.

Summary

Nested types

Descriptor enum for this trait's attributes.

Descriptor enum for this trait's commands.

Public properties

open TraitFactory<HepaFilterMonitoring>

Inherited functions

From com.google.home.matter.standard.HepaFilterMonitoringCommands
suspend Unit

Reset the condition and changeIndication attributes to indicate full resource availability.

BatchableCommand<Unit>

The batchable version of resetCondition command.

From com.google.home.TraitStateInvalidation
suspend Unit
From com.google.home.Updatable
suspend HepaFilterMonitoring

Creates a mutable copy of an object and calls the given function to mutate it, then saves it and returns a new immutable copy with the updated state.

Inherited properties

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

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

List<UInt>

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

HepaFilterMonitoringTrait.ChangeIndicationEnum?

The current status of the requirement to change the HEPA filter.

UShort

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

UByte?

The current condition of the HEPA filter in percent.

HepaFilterMonitoringTrait.DegradationDirectionEnum?

The direction of change for the condition of the filter over time.

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

Boolean?

Indicates if a HEPA filter is currently installed.

UInt?

The time the HEPA filter was last changed.

List<HepaFilterMonitoringTrait.ReplacementProductStruct>?

The list of supported replacement HEPA filters.

From com.google.home.Trait

Public functions

supports

fun supports(attribute: HepaFilterMonitoring.Attribute): Boolean

supports

fun supports(command: HepaFilterMonitoring.Command): Boolean

Public properties

factory

open val factoryTraitFactory<HepaFilterMonitoring>