Uses of Class
io.github.hapjava.characteristics.impl.television.RemoteKeyEnum
-
Packages that use RemoteKeyEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.television -
-
Uses of RemoteKeyEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories with parameters of type RemoteKeyEnum Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
TelevisionAccessory. setRemoteKey(RemoteKeyEnum key)
Sends the remote key. -
Uses of RemoteKeyEnum in io.github.hapjava.characteristics.impl.television
Methods in io.github.hapjava.characteristics.impl.television that return RemoteKeyEnum Modifier and Type Method Description static RemoteKeyEnum
RemoteKeyEnum. fromCode(java.lang.Integer code)
static RemoteKeyEnum
RemoteKeyEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RemoteKeyEnum[]
RemoteKeyEnum. 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.television with type arguments of type RemoteKeyEnum Constructor Description RemoteKeyCharacteristic(ExceptionalConsumer<RemoteKeyEnum> setter)
-