Uses of Enum Class
org.openhab.core.library.types.PlayPauseType
Packages that use PlayPauseType
-
Uses of PlayPauseType in org.openhab.core.library.items
Methods in org.openhab.core.library.items with parameters of type PlayPauseTypeModifier and TypeMethodDescriptionvoidPlayerItem.send(PlayPauseType command) Send a PLAY/PAUSE command to the item.voidPlayerItem.send(PlayPauseType command, @Nullable String source) Send a PLAY/PAUSE command to the item. -
Uses of PlayPauseType in org.openhab.core.library.types
Methods in org.openhab.core.library.types that return PlayPauseTypeModifier and TypeMethodDescriptionstatic PlayPauseTypeReturns the enum constant of this class with the specified name.static PlayPauseType[]PlayPauseType.values()Returns an array containing the constants of this enum class, in the order they are declared.