Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionThis class is not meant as a public API - it should only be used internally from within the framework
-
Deprecated ClassesClassDescriptionYou should consider using
ClonableAudioStreamand/orSizeableAudioStreamto detect audio stream capabilitiesuse theTransformationRegistryinstead
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionorg.openhab.core.automation.module.script.rulesupport.shared.ScriptedRuleProvider.removeRule
(String) Get object represented as aZonedDateTimewith system default time-zone appliedUseColorUtil.xyToHsb(double[])orColorUtil.xyToHsb(double[], ColorUtil.Gamut)instead. Returns a HSBType object representing the provided xy color values in CIE XY color model. Conversion from CIE XY color model to sRGB using D65 reference white Returned color is set to full brightnessUseColorUtil.hsbToRgb(HSBType)insteadUseColorUtil.hsbToRgb(HSBType)insteadUseColorUtil.hsbToRgb(HSBType)insteadUseColorUtil.hsbTosRgb(HSBType)instead. Returns the RGB value representing the color in the default sRGB color model. (Bits 24-31 are alpha, 16-23 are red, 8-15 are green, 0-7 are blue).UseTransformationHelper.transform(String, String)instead