Uses of Class
io.github.hapjava.characteristics.impl.securitysystem.CurrentSecuritySystemStateEnum
-
Packages that use CurrentSecuritySystemStateEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.securitysystem -
-
Uses of CurrentSecuritySystemStateEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return CurrentSecuritySystemStateEnum Modifier and Type Method Description default CurrentSecuritySystemStateEnum[]
SecuritySystemAccessory. getCurrentSecuritySystemStateValidValues()
Valid values for current state.Methods in io.github.hapjava.accessories that return types with arguments of type CurrentSecuritySystemStateEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<CurrentSecuritySystemStateEnum>
SecuritySystemAccessory. getCurrentSecuritySystemState()
Retrieves the current state of the security system. -
Uses of CurrentSecuritySystemStateEnum in io.github.hapjava.characteristics.impl.securitysystem
Methods in io.github.hapjava.characteristics.impl.securitysystem that return CurrentSecuritySystemStateEnum Modifier and Type Method Description static CurrentSecuritySystemStateEnum
CurrentSecuritySystemStateEnum. fromCode(java.lang.Integer code)
static CurrentSecuritySystemStateEnum
CurrentSecuritySystemStateEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CurrentSecuritySystemStateEnum[]
CurrentSecuritySystemStateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.hapjava.characteristics.impl.securitysystem with parameters of type CurrentSecuritySystemStateEnum Constructor Description CurrentSecuritySystemStateCharacteristic(CurrentSecuritySystemStateEnum[] validValues, java.util.function.Supplier<java.util.concurrent.CompletableFuture<CurrentSecuritySystemStateEnum>> getter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
Constructor parameters in io.github.hapjava.characteristics.impl.securitysystem with type arguments of type CurrentSecuritySystemStateEnum Constructor Description CurrentSecuritySystemStateCharacteristic(CurrentSecuritySystemStateEnum[] validValues, java.util.function.Supplier<java.util.concurrent.CompletableFuture<CurrentSecuritySystemStateEnum>> getter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber)
-