Class HMEventTriggerActivationState


  • public final class HMEventTriggerActivationState
    extends java.lang.Object
    This enumeration describes the current activation state of the event trigger.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Disabled

        public static final long Disabled
        Trigger is not active because it is disabled
        See Also:
        Constant Field Values
      • DisabledNoHomeHub

        public static final long DisabledNoHomeHub
        Trigger is not active because there is no HomeHub
        See Also:
        Constant Field Values
      • DisabledNoCompatibleHomeHub

        public static final long DisabledNoCompatibleHomeHub
        Trigger is not active because there is no compatible HomeHub
        See Also:
        Constant Field Values
      • DisabledNoLocationServicesAuthorization

        public static final long DisabledNoLocationServicesAuthorization
        Trigger is not active because Location Authorization has been turned off by user
        See Also:
        Constant Field Values