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