Uses of Enum Class
org.openhab.core.util.LightModel.RgbDataType
Packages that use LightModel.RgbDataType
-
Uses of LightModel.RgbDataType in org.openhab.core.util
Methods in org.openhab.core.util that return LightModel.RgbDataTypeModifier and TypeMethodDescriptionLightModel.configGetRgbDataType()Configuration: get the supported RGB data type.static LightModel.RgbDataTypeReturns the enum constant of this class with the specified name.static LightModel.RgbDataType[]LightModel.RgbDataType.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.RgbDataTypeModifier and TypeMethodDescriptionvoidLightModel.configSetRgbDataType(LightModel.RgbDataType rgbType) Configuration: set the supported RGB type.Constructors in org.openhab.core.util with parameters of type LightModel.RgbDataTypeModifierConstructorDescriptionLightModel(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.