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 ProfileScriptProfileFactory.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 ProfileTypeUIDSystemProfiles.BUTTON_TOGGLE_PLAYERstatic final ProfileTypeUIDSystemProfiles.BUTTON_TOGGLE_ROLLERSHUTTERstatic final ProfileTypeUIDSystemProfiles.BUTTON_TOGGLE_SWITCHstatic final ProfileTypeUIDSystemProfiles.DEFAULTstatic final ProfileTypeUIDSystemProfiles.FOLLOWstatic final ProfileTypeUIDSystemProfiles.HYSTERESISstatic final ProfileTypeUIDSystemProfiles.OFFSETstatic final ProfileTypeUIDSystemProfiles.RANGEstatic final ProfileTypeUIDSystemProfiles.RAWBUTTON_ON_OFF_SWITCHstatic final ProfileTypeUIDSystemProfiles.RAWBUTTON_TOGGLE_PLAYERstatic final ProfileTypeUIDSystemProfiles.RAWBUTTON_TOGGLE_ROLLERSHUTTERstatic final ProfileTypeUIDSystemProfiles.RAWBUTTON_TOGGLE_SWITCHstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_DIMMERstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_NEXT_PREVIOUSstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_ON_OFFstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_PLAY_PAUSEstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_REWIND_FASTFORWARDstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_STOP_MOVEstatic final ProfileTypeUIDSystemProfiles.RAWROCKER_UP_DOWNstatic final ProfileTypeUIDSystemProfiles.TIMESTAMP_CHANGEstatic final ProfileTypeUIDSystemProfiles.TIMESTAMP_OFFSETstatic final ProfileTypeUIDSystemProfiles.TIMESTAMP_TRIGGERstatic final ProfileTypeUIDSystemProfiles.TIMESTAMP_UPDATEstatic final ProfileTypeUIDSystemProfiles.TRIGGER_EVENT_STRINGMethods in org.openhab.core.thing.profiles that return ProfileTypeUIDModifier and TypeMethodDescriptionProfile.getProfileTypeUID()Get theProfileTypeUIDof this profile.@Nullable ProfileTypeUIDProfileAdvisor.getSuggestedProfileTypeUID(Channel channel, @Nullable String itemType) Suggest a custom profile for the given channel (and potentially also the itemType).@Nullable ProfileTypeUIDProfileAdvisor.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 ProfileProfileFactory.createProfile(ProfileTypeUID profileTypeUID, ProfileCallback callback, ProfileContext profileContext) Creates aProfileinstance for the given profile type identifier.static ProfileTypeBuilder<StateProfileType> ProfileTypeBuilder.newState(ProfileTypeUID profileTypeUID, String label) Obtain a new builder for aStateProfileTypeinstance.static ProfileTypeBuilder<TriggerProfileType> ProfileTypeBuilder.newTrigger(ProfileTypeUID profileTypeUID, String label) Obtain a new builder for aTriggerProfileTypeinstance.