ExtendedAirQualityTrait.AirQuality

interface ExtendedAirQualityTrait.AirQuality


Notification of the current air quality level.

Summary

Public properties

ExtendedAirQualityTrait.AirQualityLevel?

Descriptive air quality level value.

ExtendedAirQualityTrait.MeasurementLocation?

The location where air quality is measured.

Int?

Represents the notification level.

String?

The ID of the device that triggered the event, which may be different than the device transmitting the notification.

Public properties

levelValue

val levelValueExtendedAirQualityTrait.AirQualityLevel?

Descriptive air quality level value. Valid qualities are defined in AirQualityLevel.

location

val locationExtendedAirQualityTrait.MeasurementLocation?

The location where air quality is measured.

priority

val priorityInt?

Represents the notification level. The currently supported value is 0, which indicates that the notification should be spoken aloud.

triggeredDeviceId

val triggeredDeviceIdString?

The ID of the device that triggered the event, which may be different than the device transmitting the notification.