Uses of Enum Class
org.openhab.core.thing.ThingStatusDetail
Packages that use ThingStatusDetail
Package
Description
-
Uses of ThingStatusDetail in org.openhab.core.thing
Fields in org.openhab.core.thing declared as ThingStatusDetailModifier and TypeFieldDescriptionThingStatusDetail.OfflineStatus.BRIDGE_OFFLINE
ThingStatusDetail.UninitializedStatus.BRIDGE_UNINITIALIZED
ThingStatusDetail.OfflineStatus.COMMUNICATION_ERROR
ThingStatusDetail.OfflineStatus.CONFIGURATION_ERROR
ThingStatusDetail.OnlineStatus.CONFIGURATION_PENDING
ThingStatusDetail.OfflineStatus.DUTY_CYCLE
ThingStatusDetail.OfflineStatus.FIRMWARE_UPDATING
ThingStatusDetail.OfflineStatus.GONE
ThingStatusDetail.UninitializedStatus.HANDLER_CONFIGURATION_PENDING
ThingStatusDetail.UninitializedStatus.HANDLER_INITIALIZING_ERROR
ThingStatusDetail.UninitializedStatus.HANDLER_MISSING_ERROR
ThingStatusDetail.UninitializedStatus.HANDLER_REGISTERING_ERROR
ThingStatusDetail.NoneOnlyStatus.NONE
ThingStatusDetail.OfflineStatus.NONE
ThingStatusDetail.OnlineStatus.NONE
ThingStatusDetail.UninitializedStatus.NONE
Methods in org.openhab.core.thing that return ThingStatusDetailModifier and TypeMethodDescriptionThingStatusInfo.getStatusDetail()
Gets the detail of the status.static ThingStatusDetail
Returns the enum constant of this class with the specified name.static ThingStatusDetail[]
ThingStatusDetail.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 ThingStatusDetailModifierConstructorDescriptionThingStatusInfo
(ThingStatus status, ThingStatusDetail statusDetail, @Nullable String description) Constructs a status info. -
Uses of ThingStatusDetail in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding with parameters of type ThingStatusDetailModifier and TypeMethodDescriptionprotected 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 ThingStatusDetail in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder with parameters of type ThingStatusDetailModifier and TypeMethodDescriptionstatic ThingStatusInfoBuilder
ThingStatusInfoBuilder.create
(ThingStatus status, ThingStatusDetail statusDetail) Creates a status info builder for the given status and detail.ThingStatusInfoBuilder.withStatusDetail
(ThingStatusDetail statusDetail) Appends a status detail to the status to build.