Uses of Interface
org.openhab.core.thing.type.StateChannelTypeBuilder
Packages that use StateChannelTypeBuilder
-
Uses of StateChannelTypeBuilder in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return StateChannelTypeBuilderModifier and TypeMethodDescriptionstatic StateChannelTypeBuilderChannelTypeBuilder.state(ChannelTypeUID channelTypeUID, String label, String itemType) Create an instance of a ChannelTypeBuilder forChannelTypes of type STATEStateChannelTypeBuilder.withAutoUpdatePolicy(@Nullable AutoUpdatePolicy autoUpdatePolicy) Sets theAutoUpdatePolicyfor theChannelTypeStateChannelTypeBuilder.withCommandDescription(@Nullable CommandDescription commandDescription) Sets the list ofCommandOptions for theChannelTypeStateChannelTypeBuilder.withStateDescriptionFragment(@Nullable StateDescriptionFragment stateDescriptionFragment) Sets theStateDescriptionFragmentfor theChannelTypeStateChannelTypeBuilder.withUnitHint(@Nullable String unitHint) Sets the unitHint for theChannelType