ExtendedAirQuality

@Generated(value = ["GoogleHomePlatformCodegen"])
interface ExtendedAirQuality : ExtendedAirQualityTrait.Attributes, MatterTrait


API for the ExtendedAirQuality trait. This trait supports devices which provide an interface to air quality measurement and classification, with optional destinction between indoor and outdoor measurements.

Summary

Nested types

Descriptor enum for this trait's attributes.

Public functions

Boolean

Public properties

open TraitFactory<ExtendedAirQuality>

Inherited functions

From com.google.home.TraitStateInvalidation
suspend Unit

Inherited properties

From com.google.home.google.ExtendedAirQualityTrait.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.

UShort

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

UInt

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.

ExtendedAirQualityTrait.AirQualityLevel?

Current descriptive air quality measured indoor.

Int?

Currently measured AQI as a numeric value (indoor).

Int?

The maximum possible value of the measured value.

Int?

Currently measured AQI as a numeric value.

Int?

The minimum possible value of the measured value.

ExtendedAirQualityTrait.AirQualityLevel?

Current descriptive air quality measured indoor.

Int?

Currently measured AQI as a numeric value (outdoor).

Int?

Tolerance of the measured value.

From com.google.home.Trait

Public functions

supports

fun supports(attribute: ExtendedAirQuality.Attribute): Boolean

Public properties

factory

open val factoryTraitFactory<ExtendedAirQuality>