Uses of Interface
org.openhab.core.thing.profiles.Profile
Package
Description
-
Uses of Profile in org.openhab.core.automation.module.script.profile
Modifier and TypeClassDescriptionclass
TheScriptProfile
is generic profile for managing values with scriptsModifier and TypeMethodDescription@Nullable Profile
ScriptProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) -
Uses of Profile in org.openhab.core.thing.profiles
Modifier 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.Modifier and TypeMethodDescription@Nullable Profile
ProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfile
instance for the given profile type identifier.