Uses of Interface
org.openhab.core.thing.profiles.ProfileContext
Packages that use ProfileContext
Package
Description
- 
Uses of ProfileContext in org.openhab.core.automation.module.script.profileMethods in org.openhab.core.automation.module.script.profile with parameters of type ProfileContextModifier and TypeMethodDescription@Nullable ProfileScriptProfileFactory.createProfile(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Constructors in org.openhab.core.automation.module.script.profile with parameters of type ProfileContextModifierConstructorDescriptionScriptProfile(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) 
- 
Uses of ProfileContext in org.openhab.core.thing.profilesMethods in org.openhab.core.thing.profiles with parameters of type ProfileContextModifier and TypeMethodDescription@Nullable ProfileProfileFactory.createProfile(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfileinstance for the given profile type identifier.