Uses of Class
org.openhab.core.thing.type.ChannelType
Packages that use ChannelType
Package
Description
-
Uses of ChannelType in org.openhab.core.thing
Fields in org.openhab.core.thing declared as ChannelTypeModifier and TypeFieldDescriptionstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_ATMOSPHERIC_HUMIDITYAtmospheric-humidity: system wideChannelTypewhich shows the atmospheric humiditystatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_BAROMETRIC_PRESSUREBarometric-pressure: system wideChannelTypewhich shows the barometric pressurestatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_BRIGHTNESSBrightness: default system wideChannelTypewhich allows changing the brightness from 0-100%static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_BUTTONSystem wide triggerChannelTypewhich triggers "SHORT_PRESSED", "DOUBLE_PRESSED" and "LONG_PRESSED" events.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_BATTERY_LEVELBattery level default system wideChannelType.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_LOW_BATTERYLow battery default system wideChannelType.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_SIGNAL_STRENGTHSignal strength default system wideChannelType.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_COLORColor: default system wideChannelTypewhich allows changing the colorstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_COLOR_TEMPERATUREColor-temperature: default system wideChannelTypewhich allows changing the color temperature in percentstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_COLOR_TEMPERATURE_ABSColor-temperature: default system wideChannelTypewhich allows changing the color temperature in Kelvinstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_ELECTRIC_CURRENTElectric-current: system wideChannelTypewhich shows the electric currentstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_ELECTRIC_POWERElectric-power: system wideChannelTypewhich shows the electric powerstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_ELECTRIC_VOLTAGEElectric-voltage: system wideChannelTypewhich shows the electric voltagestatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_ELECTRICAL_ENERGYElectrical-energy: system wideChannelTypewhich shows the electrical energystatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_INDOOR_TEMPERATUREIndoor-temperature: system wideChannelTypewhich shows the indoor temperaturestatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_LOCATIONLocation: default system wideChannelTypewhich displays a locationstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_MEDIA_ARTISTMedia-artist: default system wideChannelTypewhich displays the artist of a (played) songstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_MEDIA_CONTROLMedia-control: system wideChannelTypewhich controls a media playerstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_MEDIA_TITLEMedia-title: default system wideChannelTypewhich displays the title of a (played) songstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_MOTIONMotion: default system wideChannelTypewhich indications whether motion was detected (state ON)static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_MUTEMute: default system wideChannelTypewhich allows muting and un-muting audiostatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_OUTDOOR_TEMPERATUREOutdoor-temperature: system wideChannelTypewhich shows the outdoor temperaturestatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_POWERPower: default system wideChannelTypewhich allows turning off (potentially on) a devicestatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_RAWBUTTONSystem wide triggerChannelTypewhich triggers "PRESSED" and "RELEASED" events.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_RAWROCKERSystem wide triggerChannelTypewhich triggers "DIR1_PRESSED", "DIR1_RELEASED", "DIR2_PRESSED" and "DIR2_RELEASED" events.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_TRIGGERSystem wide triggerChannelTypewithout event options.static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_UV_INDEXUV Index: system wideChannelTypewhich shows the UV Indexstatic final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_VOLUMEVolume: default system wideChannelTypewhich allows changing the audio volume from 0-100%static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_WIND_DIRECTIONWind-direction: system wideChannelTypewhich shows the wind direction in degrees 0-360static final ChannelTypeDefaultSystemChannelTypeProvider.SYSTEM_WIND_SPEEDWind-speed: system wideChannelTypewhich shows the wind speedMethods in org.openhab.core.thing that return ChannelTypeModifier and TypeMethodDescription@Nullable ChannelTypeDefaultSystemChannelTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) Methods in org.openhab.core.thing that return types with arguments of type ChannelTypeModifier and TypeMethodDescriptionDefaultSystemChannelTypeProvider.getChannelTypes(@Nullable Locale locale) -
Uses of ChannelType in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding that return ChannelTypeModifier and TypeMethodDescription@Nullable ChannelTypeAbstractStorageBasedTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) Methods in org.openhab.core.thing.binding that return types with arguments of type ChannelTypeModifier and TypeMethodDescriptionAbstractStorageBasedTypeProvider.getChannelTypes(@Nullable Locale locale) Methods in org.openhab.core.thing.binding with parameters of type ChannelTypeModifier and TypeMethodDescriptionvoidAbstractStorageBasedTypeProvider.putChannelType(ChannelType channelType) Add or update aChannelTypeto the storage -
Uses of ChannelType in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return ChannelTypeModifier and TypeMethodDescriptionChannelTypeI18nLocalizationService.createLocalizedChannelType(org.osgi.framework.Bundle bundle, ChannelType channelType, @Nullable Locale locale) Methods in org.openhab.core.thing.i18n with parameters of type ChannelTypeModifier and TypeMethodDescriptionChannelTypeI18nLocalizationService.createLocalizedChannelType(org.osgi.framework.Bundle bundle, ChannelType channelType, @Nullable Locale locale) -
Uses of ChannelType in org.openhab.core.thing.profiles
Methods in org.openhab.core.thing.profiles with parameters of type ChannelTypeModifier and TypeMethodDescription@Nullable ProfileTypeUIDProfileAdvisor.getSuggestedProfileTypeUID(ChannelType channelType, @Nullable String itemType) Suggest a custom profile for a givenChannelType(and potentially also the itemType). -
Uses of ChannelType in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ChannelTypeModifier and TypeMethodDescriptionChannelTypeBuilder.build()Build the ChannelType with the given values@Nullable ChannelTypeChannelTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) @Nullable ChannelTypeChannelTypeRegistry.getChannelType(@Nullable ChannelTypeUID channelTypeUID) Returns the channel type for the given UID with the defaultLocale.@Nullable ChannelTypeChannelTypeRegistry.getChannelType(@Nullable ChannelTypeUID channelTypeUID, @Nullable Locale locale) Returns the channel type for the given UID and the givenLocale.@Nullable ChannelTypeThingTypeRegistry.getChannelType(Channel channel) Returns the channel type for a given channel.@Nullable ChannelTypeThingTypeRegistry.getChannelType(Channel channel, @Nullable Locale locale) Returns the channel type for a given channel and locale.Methods in org.openhab.core.thing.type that return types with arguments of type ChannelTypeModifier and TypeMethodDescriptionChannelTypeProvider.getChannelTypes(@Nullable Locale locale) ChannelTypeRegistry.getChannelTypes()Returns all channel types with the defaultLocale.ChannelTypeRegistry.getChannelTypes(@Nullable Locale locale) Returns all channel types for the givenLocale.