Uses of Class
org.openhab.core.thing.ThingStatus
-
Packages that use ThingStatus Package Description org.openhab.core.thing org.openhab.core.thing.binding org.openhab.core.thing.binding.builder org.openhab.core.thing.util -
-
Uses of ThingStatus in org.openhab.core.thing
Methods in org.openhab.core.thing that return ThingStatus Modifier and Type Method Description ThingStatus
Thing. getStatus()
Gets the status of a thing.ThingStatus
ThingStatusInfo. getStatus()
Gets the status itself.static ThingStatus
ThingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThingStatus[]
ThingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openhab.core.thing with parameters of type ThingStatus Constructor Description ThingStatusInfo(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 ThingStatus Modifier and Type Method Description protected 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 ThingStatus Modifier and Type Method Description static 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 ThingStatus Modifier and Type Method Description static boolean
ThingHandlerHelper. isHandlerInitialized(ThingStatus thingStatus)
Checks if the given state indicates that a thing handler has been initialized.
-