Uses of Enum Class
org.openhab.core.util.LightModel.LedOperatingMode
Packages that use LightModel.LedOperatingMode
-
Uses of LightModel.LedOperatingMode in org.openhab.core.util
Methods in org.openhab.core.util that return LightModel.LedOperatingModeModifier and TypeMethodDescriptionstatic LightModel.LedOperatingModeReturns the enum constant of this class with the specified name.static LightModel.LedOperatingMode[]LightModel.LedOperatingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.util with parameters of type LightModel.LedOperatingModeModifier and TypeMethodDescriptionvoidLightModel.setLedOperatingMode(LightModel.LedOperatingMode newOperatingMode) Runtime State: Set the current LED operating mode.