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 TypeClassDescriptionclassTheScriptProfileis generic profile for managing values with scriptsMethods in org.openhab.core.automation.module.script.profile that return ProfileModifier and TypeMethodDescription@Nullable ProfileScriptProfileFactory.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 TypeInterfaceDescriptioninterfaceAStateProfiledefined the communication for channels of STATE kind.interfaceinterfaceATriggerProfilespecifies the communication between the framework and the handler for trigger channels.Methods in org.openhab.core.thing.profiles that return ProfileModifier and TypeMethodDescription@Nullable ProfileProfileFactory.createProfile(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfileinstance for the given profile type identifier.