Uses of Class
org.openhab.core.types.EventDescription
Packages that use EventDescription
-
Uses of EventDescription in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return EventDescriptionModifier and TypeMethodDescription@Nullable EventDescription
ChannelType.getEvent()
Returns information about the supported events.Methods in org.openhab.core.thing.type with parameters of type EventDescriptionModifier and TypeMethodDescriptionTriggerChannelTypeBuilder.withEventDescription
(EventDescription eventDescription) Sets the EventDescription for the ChannelTypeConstructors in org.openhab.core.thing.type with parameters of type EventDescriptionModifierConstructorDescriptionprotected
ChannelType
(ChannelTypeUID uid, boolean advanced, @Nullable String itemType, @Nullable String unitHint, ChannelKind kind, String label, @Nullable String description, @Nullable String category, @Nullable Set<String> tags, @Nullable StateDescription state, @Nullable CommandDescription commandDescription, @Nullable EventDescription event, @Nullable URI configDescriptionURI, @Nullable AutoUpdatePolicy autoUpdatePolicy) Creates a new instance of this class with the specified parameters.