Uses of Class
org.openhab.core.thing.profiles.ProfileTypeUID
Packages that use ProfileTypeUID
Package
Description
-
Uses of ProfileTypeUID in org.openhab.core.automation.module.script.profile
Methods in org.openhab.core.automation.module.script.profile that return ProfileTypeUIDMethods in org.openhab.core.automation.module.script.profile that return types with arguments of type ProfileTypeUIDMethods in org.openhab.core.automation.module.script.profile with parameters of type ProfileTypeUIDModifier and TypeMethodDescription@Nullable Profile
ScriptProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Constructors in org.openhab.core.automation.module.script.profile with parameters of type ProfileTypeUIDModifierConstructorDescriptionScriptProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext, TransformationService transformationService) -
Uses of ProfileTypeUID in org.openhab.core.thing.profiles
Fields in org.openhab.core.thing.profiles declared as ProfileTypeUIDModifier and TypeFieldDescriptionstatic final ProfileTypeUID
SystemProfiles.BUTTON_TOGGLE_PLAYER
static final ProfileTypeUID
SystemProfiles.BUTTON_TOGGLE_ROLLERSHUTTER
static final ProfileTypeUID
SystemProfiles.BUTTON_TOGGLE_SWITCH
static final ProfileTypeUID
SystemProfiles.DEFAULT
static final ProfileTypeUID
SystemProfiles.FOLLOW
static final ProfileTypeUID
SystemProfiles.HYSTERESIS
static final ProfileTypeUID
SystemProfiles.OFFSET
static final ProfileTypeUID
SystemProfiles.RANGE
static final ProfileTypeUID
SystemProfiles.RAWBUTTON_ON_OFF_SWITCH
static final ProfileTypeUID
SystemProfiles.RAWBUTTON_TOGGLE_PLAYER
static final ProfileTypeUID
SystemProfiles.RAWBUTTON_TOGGLE_ROLLERSHUTTER
static final ProfileTypeUID
SystemProfiles.RAWBUTTON_TOGGLE_SWITCH
static final ProfileTypeUID
SystemProfiles.RAWROCKER_DIMMER
static final ProfileTypeUID
SystemProfiles.RAWROCKER_NEXT_PREVIOUS
static final ProfileTypeUID
SystemProfiles.RAWROCKER_ON_OFF
static final ProfileTypeUID
SystemProfiles.RAWROCKER_PLAY_PAUSE
static final ProfileTypeUID
SystemProfiles.RAWROCKER_REWIND_FASTFORWARD
static final ProfileTypeUID
SystemProfiles.RAWROCKER_STOP_MOVE
static final ProfileTypeUID
SystemProfiles.RAWROCKER_UP_DOWN
static final ProfileTypeUID
SystemProfiles.TIMESTAMP_CHANGE
static final ProfileTypeUID
SystemProfiles.TIMESTAMP_OFFSET
static final ProfileTypeUID
SystemProfiles.TIMESTAMP_TRIGGER
static final ProfileTypeUID
SystemProfiles.TIMESTAMP_UPDATE
static final ProfileTypeUID
SystemProfiles.TRIGGER_EVENT_STRING
Methods in org.openhab.core.thing.profiles that return ProfileTypeUIDModifier and TypeMethodDescriptionProfile.getProfileTypeUID()
Get theProfileTypeUID
of this profile.@Nullable ProfileTypeUID
ProfileAdvisor.getSuggestedProfileTypeUID
(Channel channel, @Nullable String itemType) Suggest a custom profile for the given channel (and potentially also the itemType).@Nullable ProfileTypeUID
ProfileAdvisor.getSuggestedProfileTypeUID
(ChannelType channelType, @Nullable String itemType) Suggest a custom profile for a givenChannelType
(and potentially also the itemType).Methods in org.openhab.core.thing.profiles that return types with arguments of type ProfileTypeUIDModifier and TypeMethodDescriptionProfileFactory.getSupportedProfileTypeUIDs()
Return the identifiers of all supported profile types.Methods in org.openhab.core.thing.profiles with parameters of type ProfileTypeUIDModifier and TypeMethodDescription@Nullable Profile
ProfileFactory.createProfile
(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfile
instance for the given profile type identifier.static ProfileTypeBuilder
<StateProfileType> ProfileTypeBuilder.newState
(ProfileTypeUID profileTypeUID, String label) Obtain a new builder for aStateProfileType
instance.static ProfileTypeBuilder
<TriggerProfileType> ProfileTypeBuilder.newTrigger
(ProfileTypeUID profileTypeUID, String label) Obtain a new builder for aTriggerProfileType
instance.