Uses of Enum Class
org.openhab.core.thing.ThingStatus
Package
Description
-
Uses of ThingStatus in org.openhab.core.thing
Modifier 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.ModifierConstructorDescriptionThingStatusInfo
(ThingStatus status, ThingStatusDetail statusDetail, @Nullable String description) Constructs a status info. -
Uses of ThingStatus in org.openhab.core.thing.binding
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic boolean
ThingHandlerHelper.isHandlerInitialized
(ThingStatus thingStatus) Checks if the given state indicates that a thing handler has been initialized.