HMCharacteristicValueTargetSecuritySystemState 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 status of a security system.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueTargetSecuritySystemState
type HMCharacteristicValueTargetSecuritySystemState =
- Inheritance
-
HMCharacteristicValueTargetSecuritySystemState
- Attributes
Fields
Name | Value | Description |
---|---|---|
StayArm | 0 | The system is alarmed in the manner appropriate to the users being home and awake. |
AwayArm | 1 | The system is armed appropriately for no one being home. |
NightArm | 2 | The system is armed in the manner appropriate to the users sleeping. |
Disarm | 3 | The system is disarmed. |