Uses of Enum Class
org.openhab.core.util.LightModel.LightCapabilities
Packages that use LightModel.LightCapabilities
-
Uses of LightModel.LightCapabilities in org.openhab.core.util
Methods in org.openhab.core.util that return LightModel.LightCapabilitiesModifier and TypeMethodDescriptionLightModel.configGetLightCapabilities()Configuration: get the light capabilities.static LightModel.LightCapabilitiesReturns the enum constant of this class with the specified name.static LightModel.LightCapabilities[]LightModel.LightCapabilities.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.LightCapabilitiesModifier and TypeMethodDescriptionvoidLightModel.configSetLightCapabilities(LightModel.LightCapabilities lightCapabilities) Configuration: set the light capabilities.Constructors in org.openhab.core.util with parameters of type LightModel.LightCapabilitiesModifierConstructorDescriptionLightModel(LightModel.LightCapabilities lightCapabilities, LightModel.RgbDataType rgbDataType) Create aLightModelwith the given capabilities.LightModel(LightModel.LightCapabilities lightCapabilities, LightModel.RgbDataType rgbDataType, @Nullable Double minimumOnBrightness, @Nullable Double mirekControlCoolest, @Nullable Double mirekControlWarmest, @Nullable Double stepSize, @Nullable Double coolWhiteLedMirek, @Nullable Double warmWhiteLedMirek) Create aLightModelwith the given capabilities and parameters.