Uses of Interface
org.openhab.core.thing.profiles.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.openhab.core.automation.module.script.profile
Classes in org.openhab.core.automation.module.script.profile that implement ProfileModifier and TypeClassDescriptionclass
TheScriptProfile
is generic profile for managing values with scriptsMethods in org.openhab.core.automation.module.script.profile that return ProfileModifier and TypeMethodDescription@Nullable Profile
ScriptProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) -
Uses of Profile in org.openhab.core.thing.profiles
Subinterfaces of Profile in org.openhab.core.thing.profilesModifier and TypeInterfaceDescriptioninterface
AStateProfile
defined the communication for channels of STATE kind.interface
interface
ATriggerProfile
specifies the communication between the framework and the handler for trigger channels.Methods in org.openhab.core.thing.profiles that return ProfileModifier and TypeMethodDescription@Nullable Profile
ProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfile
instance for the given profile type identifier.