Package org.openhab.core.thing.profiles
Interface TriggerProfileType
- All Superinterfaces:
Identifiable<ProfileTypeUID>
,ProfileType
Describes a
TriggerProfile
type.- Author:
- Simon Kaufmann - Initial contribution
-
Method Summary
Methods inherited from interface org.openhab.core.common.registry.Identifiable
getUID
Methods inherited from interface org.openhab.core.thing.profiles.ProfileType
getLabel, getSupportedItemTypes
-
Method Details
-
getSupportedChannelTypeUIDs
Collection<ChannelTypeUID> getSupportedChannelTypeUIDs()- Returns:
- a collection of ChannelTypeUIDs (may be empty if all are supported).
-