Uses of Interface
org.openhab.core.types.CommandDescription
Packages that use CommandDescription
Package
Description
-
Uses of CommandDescription in org.openhab.core.io.rest.core.item
Fields in org.openhab.core.io.rest.core.item declared as CommandDescriptionConstructors in org.openhab.core.io.rest.core.item with parameters of type CommandDescriptionModifierConstructorDescriptionEnrichedItemDTO(ItemDTO itemDTO, String link, String state, String lastState, Long lastStateUpdate, Long lastStateChange, String transformedState, StateDescription stateDescription, CommandDescription commandDescription, String unitSymbol) -
Uses of CommandDescription in org.openhab.core.items
Methods in org.openhab.core.items that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionGenericItem.getCommandDescription(@Nullable Locale locale) default @Nullable CommandDescriptionItem.getCommandDescription()Returns theCommandDescriptionfor this item.@Nullable CommandDescriptionItem.getCommandDescription(@Nullable Locale locale) Returns theCommandDescriptionfor the given locale.protected @Nullable CommandDescriptionGenericItem.getCommandOptions(@Nullable Locale locale) -
Uses of CommandDescription in org.openhab.core.library.items
Methods in org.openhab.core.library.items that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionCallItem.getCommandDescription(@Nullable Locale locale) @Nullable CommandDescriptionContactItem.getCommandDescription(@Nullable Locale locale) @Nullable CommandDescriptionImageItem.getCommandDescription(@Nullable Locale locale) -
Uses of CommandDescription in org.openhab.core.service
Methods in org.openhab.core.service that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionCommandDescriptionService.getCommandDescription(String itemName, @Nullable Locale locale) Returns the locale specificCommandDescriptionfor the given item name. -
Uses of CommandDescription in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionBaseDynamicCommandDescriptionProvider.getCommandDescription(Channel channel, @Nullable CommandDescription originalCommandDescription, @Nullable Locale locale) Methods in org.openhab.core.thing.binding with parameters of type CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionBaseDynamicCommandDescriptionProvider.getCommandDescription(Channel channel, @Nullable CommandDescription originalCommandDescription, @Nullable Locale locale) -
Uses of CommandDescription in org.openhab.core.thing.dto
Fields in org.openhab.core.thing.dto declared as CommandDescriptionConstructors in org.openhab.core.thing.dto with parameters of type CommandDescriptionModifierConstructorDescriptionChannelTypeDTO(String uid, String label, String description, String category, String itemType, String unitHint, ChannelKind kind, List<ConfigDescriptionParameterDTO> parameters, List<ConfigDescriptionParameterGroupDTO> parameterGroups, StateDescription stateDescription, Set<String> tags, boolean advanced, CommandDescription commandDescription) -
Uses of CommandDescription in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionChannelTypeI18nLocalizationService.createLocalizedCommandDescription(org.osgi.framework.Bundle bundle, @Nullable CommandDescription command, ChannelTypeUID channelTypeUID, @Nullable Locale locale) Methods in org.openhab.core.thing.i18n with parameters of type CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionChannelTypeI18nLocalizationService.createLocalizedCommandDescription(org.osgi.framework.Bundle bundle, @Nullable CommandDescription command, ChannelTypeUID channelTypeUID, @Nullable Locale locale) -
Uses of CommandDescription in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionChannelType.getCommandDescription()Returns theCommandDescriptionwhich should be rendered as push-buttons.@Nullable CommandDescriptionDynamicCommandDescriptionProvider.getCommandDescription(Channel channel, @Nullable CommandDescription originalCommandDescription, @Nullable Locale locale) For a givenChannel, return aCommandDescriptionthat should be used for the channel, instead of the one defined statically in theChannelType.Methods in org.openhab.core.thing.type with parameters of type CommandDescriptionModifier and TypeMethodDescription@Nullable CommandDescriptionDynamicCommandDescriptionProvider.getCommandDescription(Channel channel, @Nullable CommandDescription originalCommandDescription, @Nullable Locale locale) For a givenChannel, return aCommandDescriptionthat should be used for the channel, instead of the one defined statically in theChannelType.StateChannelTypeBuilder.withCommandDescription(@Nullable CommandDescription commandDescription) Sets the list ofCommandOptions for theChannelTypeConstructors in org.openhab.core.thing.type with parameters of type CommandDescriptionModifierConstructorDescriptionprotectedChannelType(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. -
Uses of CommandDescription in org.openhab.core.types
Methods in org.openhab.core.types that return CommandDescriptionModifier and TypeMethodDescriptionCommandDescriptionBuilder.build()Build aCommandDescriptionfrom the values of this builder.@Nullable CommandDescriptionCommandDescriptionProvider.getCommandDescription(String itemName, @Nullable Locale locale) Returns the item specific, localizedCommandDescription.