Class ChannelTransformation

java.lang.Object
org.openhab.core.thing.binding.generic.ChannelTransformation

public class ChannelTransformation extends Object
The ChannelTransformation can be used to transform an input value using one or more transformations. Individual transformations can be chained with and must follow the pattern serviceName:function where serviceName refers to a TransformationService and function has to be a valid transformation function for this service
Author:
Jan N. Klug - Initial contribution
  • Constructor Details

    • ChannelTransformation

      public ChannelTransformation(@Nullable String transformationString)
  • Method Details