ActivatedCarbonFilterMonitoring

@Generated(value = ["GoogleHomePlatformCodegen"])
interface ActivatedCarbonFilterMonitoring : ActivatedCarbonFilterMonitoringTrait.Attributes, MatterTrait, Updatable, ActivatedCarbonFilterMonitoringCommands


API for the ActivatedCarbonFilterMonitoring trait. This trait provides an interface for the current condition of an activated carbon filter.

Summary

Nested types

Descriptor enum for this trait's attributes.

Descriptor enum for this trait's commands.

Inherited functions

From com.google.home.matter.standard.ActivatedCarbonFilterMonitoringCommands
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 ActivatedCarbonFilterMonitoring

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

ActivatedCarbonFilterMonitoringTrait.ChangeIndicationEnum?

The current status of the requirement to change the filter.

UShort

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

UByte?

The current condition of the resource in percent.

ActivatedCarbonFilterMonitoringTrait.DegradationDirectionEnum?

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

ActivatedCarbonFilterMonitoringTrait.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 filter is currently installed.

UInt?

The time the filter was last changed.

List<ActivatedCarbonFilterMonitoringTrait.ReplacementProductStruct>?

The list of supported replacement filters.

From com.google.home.Trait

Public functions

Public properties