Uses of Class
org.openhab.core.thing.binding.builder.ThingStatusInfoBuilder
Packages that use ThingStatusInfoBuilder
-
Uses of ThingStatusInfoBuilder in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder that return ThingStatusInfoBuilderModifier and TypeMethodDescriptionstatic ThingStatusInfoBuilderThingStatusInfoBuilder.create(ThingStatus status) Creates a status info builder for the given status.static ThingStatusInfoBuilderThingStatusInfoBuilder.create(ThingStatus status, ThingStatusDetail statusDetail) Creates a status info builder for the given status and detail.ThingStatusInfoBuilder.withDescription(@Nullable String description) Appends a description to the status to build.ThingStatusInfoBuilder.withStatusDetail(ThingStatusDetail statusDetail) Appends a status detail to the status to build.