Package apple.homekit.enums
Class HMCharacteristicValueLockMechanismLastKnownAction
- java.lang.Object
-
- apple.homekit.enums.HMCharacteristicValueLockMechanismLastKnownAction
-
public final class HMCharacteristicValueLockMechanismLastKnownAction extends java.lang.Object[@enum] HMCharacteristicValueLockMechanismLastKnownAction [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredUsingPhysicalMovementInterior Last known action was secured using physical movement, interior. [@constant] HMCharacteristicValueLockMechanismLastKnownActionUnsecuredUsingPhysicalMovementInterior Last known action was unsecured using physical movement, interior. [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredUsingPhysicalMovementExterior Last known action was secured using physical movement, exterior. [@constant] HMCharacteristicValueLockMechanismLastKnownActionUnsecuredUsingPhysicalMovementExterior Last known action was unsecured using physical movement, exterior. [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredWithKeypad Last known action was secured with keypad. [@constant] HMCharacteristicValueLockMechanismLastKnownActionUnsecuredWithKeypad Last known action was unsecured with keypad. [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredRemotely Last known action was secured remotely. [@constant] HMCharacteristicValueLockMechanismLastKnownActionUnsecuredRemotely Last known action was unsecured remotely. [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredWithAutomaticSecureTimeout Last known action was secured automatically after timeout. [@constant] HMCharacteristicValueLockMechanismLastKnownActionSecuredUsingPhysicalMovement Last known action was secured using physical movement. [@constant] HMCharacteristicValueLockMechanismLastKnownActionUnsecuredUsingPhysicalMovement Last known action was unsecured using physical movement.
-
-
Field Summary
Fields Modifier and Type Field Description static longSecuredRemotelystatic longSecuredUsingPhysicalMovementstatic longSecuredUsingPhysicalMovementExteriorstatic longSecuredUsingPhysicalMovementInteriorstatic longSecuredWithAutomaticSecureTimeoutstatic longSecuredWithKeypadstatic longUnsecuredRemotelystatic longUnsecuredUsingPhysicalMovementstatic longUnsecuredUsingPhysicalMovementExteriorstatic longUnsecuredUsingPhysicalMovementInteriorstatic longUnsecuredWithKeypad
-
-
-
Field Detail
-
SecuredUsingPhysicalMovementInterior
public static final long SecuredUsingPhysicalMovementInterior
- See Also:
- Constant Field Values
-
UnsecuredUsingPhysicalMovementInterior
public static final long UnsecuredUsingPhysicalMovementInterior
- See Also:
- Constant Field Values
-
SecuredUsingPhysicalMovementExterior
public static final long SecuredUsingPhysicalMovementExterior
- See Also:
- Constant Field Values
-
UnsecuredUsingPhysicalMovementExterior
public static final long UnsecuredUsingPhysicalMovementExterior
- See Also:
- Constant Field Values
-
SecuredWithKeypad
public static final long SecuredWithKeypad
- See Also:
- Constant Field Values
-
UnsecuredWithKeypad
public static final long UnsecuredWithKeypad
- See Also:
- Constant Field Values
-
SecuredRemotely
public static final long SecuredRemotely
- See Also:
- Constant Field Values
-
UnsecuredRemotely
public static final long UnsecuredRemotely
- See Also:
- Constant Field Values
-
SecuredWithAutomaticSecureTimeout
public static final long SecuredWithAutomaticSecureTimeout
- See Also:
- Constant Field Values
-
SecuredUsingPhysicalMovement
public static final long SecuredUsingPhysicalMovement
- See Also:
- Constant Field Values
-
UnsecuredUsingPhysicalMovement
public static final long UnsecuredUsingPhysicalMovement
- See Also:
- Constant Field Values
-
-