HMCharacteristicValueHeatingCooling 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 the states that an indoor climate control unit can be in.
[ObjCRuntime.Native]
public enum HMCharacteristicValueHeatingCooling
[<ObjCRuntime.Native>]
type HMCharacteristicValueHeatingCooling =
- Inheritance
-
HMCharacteristicValueHeatingCooling
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Off | 0 | The unit is off. |
| Heat | 1 | The unit will heat. |
| Cool | 2 | The unit will cool. |
| Auto | 3 | The unit will heat or cool as necessary. |