Uses of Class
io.github.hapjava.characteristics.impl.occupancysensor.OccupancyDetectedEnum
- 
Packages that use OccupancyDetectedEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.occupancysensor  - 
- 
Uses of OccupancyDetectedEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type OccupancyDetectedEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<OccupancyDetectedEnum>OccupancySensorAccessory. getOccupancyDetected()Retrieves the state of the occupancy sensor. - 
Uses of OccupancyDetectedEnum in io.github.hapjava.characteristics.impl.occupancysensor
Methods in io.github.hapjava.characteristics.impl.occupancysensor that return OccupancyDetectedEnum Modifier and Type Method Description static OccupancyDetectedEnumOccupancyDetectedEnum. fromCode(java.lang.Integer code)static OccupancyDetectedEnumOccupancyDetectedEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OccupancyDetectedEnum[]OccupancyDetectedEnum. 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.occupancysensor with type arguments of type OccupancyDetectedEnum Constructor Description OccupancyDetectedCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<OccupancyDetectedEnum>> getter, java.util.function.Consumer<HomekitCharacteristicChangeCallback> subscriber, java.lang.Runnable unsubscriber) 
 -