Uses of Interface
org.openhab.core.thing.profiles.ProfileContext
Package
Description
-
Uses of ProfileContext in org.openhab.core.automation.module.script.profile
Modifier and TypeMethodDescription@Nullable Profile
ScriptProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) ModifierConstructorDescriptionScriptProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) -
Uses of ProfileContext in org.openhab.core.thing.profiles
Modifier and TypeMethodDescription@Nullable Profile
ProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfile
instance for the given profile type identifier.