Uses of Enum Class
org.openhab.core.thing.ThingStatus
Packages that use ThingStatus
Package
Description
- 
Uses of ThingStatus in org.openhab.core.thingMethods in org.openhab.core.thing that return ThingStatusModifier and TypeMethodDescriptionThing.getStatus()Gets the status of a thing.ThingStatusInfo.getStatus()Gets the status itself.static ThingStatusReturns the enum constant of this class with the specified name.static ThingStatus[]ThingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openhab.core.thing with parameters of type ThingStatusModifierConstructorDescriptionThingStatusInfo(ThingStatus status, ThingStatusDetail statusDetail, @Nullable String description) Constructs a status info.
- 
Uses of ThingStatus in org.openhab.core.thing.bindingMethods in org.openhab.core.thing.binding with parameters of type ThingStatusModifier and TypeMethodDescriptionprotected voidBaseThingHandler.updateStatus(ThingStatus status) Updates the status of the thing.protected voidBaseThingHandler.updateStatus(ThingStatus status, ThingStatusDetail statusDetail) Updates the status of the thing.protected voidBaseThingHandler.updateStatus(ThingStatus status, ThingStatusDetail statusDetail, @Nullable String description) Updates the status of the thing.
- 
Uses of ThingStatus in org.openhab.core.thing.binding.builderMethods in org.openhab.core.thing.binding.builder with parameters of type ThingStatusModifier 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.
- 
Uses of ThingStatus in org.openhab.core.thing.utilMethods in org.openhab.core.thing.util with parameters of type ThingStatusModifier and TypeMethodDescriptionstatic booleanThingHandlerHelper.isHandlerInitialized(ThingStatus thingStatus) Checks if the given state indicates that a thing handler has been initialized.