Class Transformation
java.lang.Object
org.openhab.core.model.script.actions.Transformation
The
Transformation
is a wrapper for the Transformation
class to
allow DSL rules to properly use the TransformationException
- Author:
- Jan N. Klug - Initial contribution
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Transformation
public Transformation()
-
-
Method Details
-
transform
-
transformRaw
public static @Nullable String transformRaw(String type, String function, String value) throws TransformationException - Throws:
TransformationException
-