Uses of Class
io.github.hapjava.characteristics.impl.securitysystem.SecuritySystemAlarmTypeEnum
-
Packages that use SecuritySystemAlarmTypeEnum Package Description io.github.hapjava.accessories.optionalcharacteristic io.github.hapjava.characteristics.impl.securitysystem -
-
Uses of SecuritySystemAlarmTypeEnum in io.github.hapjava.accessories.optionalcharacteristic
Methods in io.github.hapjava.accessories.optionalcharacteristic that return types with arguments of type SecuritySystemAlarmTypeEnum Modifier and Type Method Description CompletableFuture<SecuritySystemAlarmTypeEnum>AccessoryWithSecurityAlarmType. getSecurityAlarmType()return alarm type SeeSecuritySystemAlarmTypeEnumfor possible values -
Uses of SecuritySystemAlarmTypeEnum in io.github.hapjava.characteristics.impl.securitysystem
Methods in io.github.hapjava.characteristics.impl.securitysystem that return SecuritySystemAlarmTypeEnum Modifier and Type Method Description static SecuritySystemAlarmTypeEnumSecuritySystemAlarmTypeEnum. fromCode(Integer code)static SecuritySystemAlarmTypeEnumSecuritySystemAlarmTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SecuritySystemAlarmTypeEnum[]SecuritySystemAlarmTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.github.hapjava.characteristics.impl.securitysystem with type arguments of type SecuritySystemAlarmTypeEnum Constructor Description SecuritySystemAlarmTypeCharacteristic(Supplier<CompletableFuture<SecuritySystemAlarmTypeEnum>> getter, Consumer<HomekitCharacteristicChangeCallback> subscriber, Runnable unsubscriber)
-