Package apple.homekit.enums
Class HMCharacteristicValueProgramMode
- java.lang.Object
-
- apple.homekit.enums.HMCharacteristicValueProgramMode
-
public final class HMCharacteristicValueProgramMode extends java.lang.Object[@enum] HMCharacteristicValueProgramMode [@constant] HMCharacteristicValueProgramModeNotScheduled No programs scheduled. [@constant] HMCharacteristicValueProgramModeScheduled Program scheduled. [@constant] HMCharacteristicValueProgramModeScheduleOverriddenToManual Schedule currently overridden to manual mode.
-
-
Field Summary
Fields Modifier and Type Field Description static longNotScheduledstatic longScheduledstatic longScheduleOverriddenToManual
-
-
-
Field Detail
-
NotScheduled
public static final long NotScheduled
- See Also:
- Constant Field Values
-
Scheduled
public static final long Scheduled
- See Also:
- Constant Field Values
-
ScheduleOverriddenToManual
public static final long ScheduleOverriddenToManual
- See Also:
- Constant Field Values
-
-