Uses of Enum Class
org.openhab.core.thing.ThingStatus
Packages that use ThingStatus
Package
Description
-
Uses of ThingStatus in org.openhab.core.thing
Methods in org.openhab.core.thing that return ThingStatusModifier and TypeMethodDescriptionThing.getStatus()
Gets the status of a thing.ThingStatusInfo.getStatus()
Gets the status itself.static ThingStatus
Returns 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.binding
Methods in org.openhab.core.thing.binding with parameters of type ThingStatusModifier and TypeMethodDescriptionprotected void
BaseThingHandler.updateStatus
(ThingStatus status) Updates the status of the thing.protected void
BaseThingHandler.updateStatus
(ThingStatus status, ThingStatusDetail statusDetail) Updates the status of the thing.protected void
BaseThingHandler.updateStatus
(ThingStatus status, ThingStatusDetail statusDetail, @Nullable String description) Updates the status of the thing. -
Uses of ThingStatus in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder with parameters of type ThingStatusModifier and TypeMethodDescriptionstatic ThingStatusInfoBuilder
ThingStatusInfoBuilder.create
(ThingStatus status) Creates a status info builder for the given status.static ThingStatusInfoBuilder
ThingStatusInfoBuilder.create
(ThingStatus status, ThingStatusDetail statusDetail) Creates a status info builder for the given status and detail. -
Uses of ThingStatus in org.openhab.core.thing.util
Methods in org.openhab.core.thing.util with parameters of type ThingStatusModifier and TypeMethodDescriptionstatic boolean
ThingHandlerHelper.isHandlerInitialized
(ThingStatus thingStatus) Checks if the given state indicates that a thing handler has been initialized.