Package org.openhab.core.thing.profiles
Interface ProfileType
- All Superinterfaces:
Identifiable<ProfileTypeUID>
- All Known Subinterfaces:
StateProfileType
,TriggerProfileType
Describes a profile type.
- Author:
- Simon Kaufmann - Initial contribution
-
Method Summary
Methods inherited from interface org.openhab.core.common.registry.Identifiable
getUID
-
Method Details
-
getSupportedItemTypes
Collection<String> getSupportedItemTypes()- Returns:
- a collection of item types (may be empty if all are supported)
-
getLabel
String getLabel()Get a human readable description.- Returns:
- the label
-