HMCharacteristicValueAirQuality Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates air quality values.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueAirQuality
type HMCharacteristicValueAirQuality =
- Inheritance
-
HMCharacteristicValueAirQuality
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An indeterminate quality. |
Excellent | 1 | The best air quality. |
Good | 2 | |
Fair | 3 | The middle value of air quality. |
Inferior | 4 | |
Poor | 5 | The worst air quality. |