Uses of Interface
org.openhab.core.transform.TransformationService
Package
Description
-
Uses of TransformationService in org.openhab.core.automation.module.script
Modifier and TypeClassDescriptionclass
TheScriptTransformationService
implements aTransformationService
using any available script language -
Uses of TransformationService in org.openhab.core.automation.module.script.profile
ModifierConstructorDescriptionScriptProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) -
Uses of TransformationService in org.openhab.core.transform
Modifier and TypeMethodDescriptionstatic @Nullable TransformationService
TransformationHelper.getTransformationService
(@Nullable org.osgi.framework.BundleContext context, String transformationType) Deprecated.static @Nullable TransformationService
TransformationHelper.getTransformationService
(String serviceName) Modifier and TypeMethodDescriptionstatic @Nullable String
TransformationHelper.transform
(TransformationService service, String function, String format, String state) Transforms a state string using a transformation serviceModifier and TypeMethodDescriptionvoid
TransformationHelper.setTransformationService
(org.osgi.framework.ServiceReference<TransformationService> ref) void
TransformationHelper.unsetTransformationService
(org.osgi.framework.ServiceReference<TransformationService> ref)
TransformationRegistry
instead