ExtendedAirQualityTrait.Attributes

@Generated(value = ["GoogleHomePlatformCodegen"])
interface ExtendedAirQualityTrait.Attributes

Known direct subclasses
ExtendedAirQuality

API for the ExtendedAirQuality trait.


Attributes for the ExtendedAirQuality cluster.

Summary

Public properties

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.

Public properties

acceptedCommandList

val acceptedCommandListList<UInt>

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

attributeList

val attributeListList<UInt>

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

clusterRevision

val clusterRevisionUShort

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

featureMap

val featureMapUInt

Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero).

generatedCommandList

val generatedCommandListList<UInt>

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

indoorAirQuality

val indoorAirQualityExtendedAirQualityTrait.AirQualityLevel?

Current descriptive air quality measured indoor. Valid qualities are defined in AirQualityLevel.

Access type: Read

indoorMeasuredValue

val indoorMeasuredValueInt?

Currently measured AQI as a numeric value (indoor).

Access type: Read

maxMeasuredValue

val maxMeasuredValueInt?

The maximum possible value of the measured value.

Access type: Read

measuredValue

val measuredValueInt?

Currently measured AQI as a numeric value.

Access type: Read

minMeasuredValue

val minMeasuredValueInt?

The minimum possible value of the measured value.

Access type: Read

outdoorAirQuality

val outdoorAirQualityExtendedAirQualityTrait.AirQualityLevel?

Current descriptive air quality measured indoor. Valid qualities are defined in AirQualityLevel.

Access type: Read

outdoorMeasuredValue

val outdoorMeasuredValueInt?

Currently measured AQI as a numeric value (outdoor).

Access type: Read

tolerance

val toleranceInt?

Tolerance of the measured value.

Access type: Read