Class ChannelTransformation
java.lang.Object
org.openhab.core.thing.binding.generic.ChannelTransformation
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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ChannelTransformation
 
- 
- 
Method Details- 
apply
 
-