Uses of Class
org.openhab.core.thing.ThingStatusInfo
Packages that use ThingStatusInfo
Package
Description
-
Uses of ThingStatusInfo in org.openhab.core.io.rest.core.thing
Fields in org.openhab.core.io.rest.core.thing declared as ThingStatusInfoMethods in org.openhab.core.io.rest.core.thing with parameters of type ThingStatusInfoModifier and TypeMethodDescriptionstatic EnrichedThingDTO
EnrichedThingDTOMapper.map
(Thing thing, ThingStatusInfo thingStatusInfo, FirmwareStatusDTO firmwareStatus, Map<String, Set<String>> linkedItemsMap, boolean editable) Maps thing into enriched thing data transfer object. -
Uses of ThingStatusInfo in org.openhab.core.model.script.actions
Methods in org.openhab.core.model.script.actions that return ThingStatusInfoModifier and TypeMethodDescriptionstatic ThingStatusInfo
Things.getThingStatusInfo
(String thingUid) Retrieves the status info of a Thing -
Uses of ThingStatusInfo in org.openhab.core.thing
Methods in org.openhab.core.thing that return ThingStatusInfoMethods in org.openhab.core.thing with parameters of type ThingStatusInfoModifier and TypeMethodDescriptionvoid
Thing.setStatusInfo
(ThingStatusInfo status) Sets the status info. -
Uses of ThingStatusInfo in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding with parameters of type ThingStatusInfoModifier and TypeMethodDescriptionvoid
BaseThingHandler.bridgeStatusChanged
(ThingStatusInfo bridgeStatusInfo) void
ThingHandler.bridgeStatusChanged
(ThingStatusInfo bridgeStatusInfo) Notifies the handler that the bridge's status has changed.void
ThingHandlerCallback.statusUpdated
(Thing thing, ThingStatusInfo thingStatus) Informs about an updated status of a thing. -
Uses of ThingStatusInfo in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder that return ThingStatusInfoModifier and TypeMethodDescriptionThingStatusInfoBuilder.build()
Builds and returns the status info. -
Uses of ThingStatusInfo in org.openhab.core.thing.events
Methods in org.openhab.core.thing.events that return ThingStatusInfoModifier and TypeMethodDescriptionThingStatusInfoChangedEvent.getOldStatusInfo()
Gets the old thing status info.ThingStatusInfoChangedEvent.getStatusInfo()
Gets the thing status info.ThingStatusInfoEvent.getStatusInfo()
Gets the thing status info.Methods in org.openhab.core.thing.events with parameters of type ThingStatusInfoModifier and TypeMethodDescriptionstatic ThingStatusInfoChangedEvent
ThingEventFactory.createStatusInfoChangedEvent
(ThingUID thingUID, ThingStatusInfo thingStatusInfo, ThingStatusInfo oldThingStatusInfo) Creates a new thing status info changed event based on a thing UID, a thing status info and the old thing status info object.static ThingStatusInfoEvent
ThingEventFactory.createStatusInfoEvent
(ThingUID thingUID, ThingStatusInfo thingStatusInfo) Creates a new thing status info event based on a thing UID and a thing status info object.Constructors in org.openhab.core.thing.events with parameters of type ThingStatusInfoModifierConstructorDescriptionprotected
ThingStatusInfoChangedEvent
(String topic, String payload, ThingUID thingUID, ThingStatusInfo newThingStatusInfo, ThingStatusInfo oldThingStatusInfo) Creates a new thing status event object.protected
ThingStatusInfoEvent
(String topic, String payload, ThingUID thingUID, ThingStatusInfo thingStatusInfo) Creates a new thing status event object. -
Uses of ThingStatusInfo in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return ThingStatusInfoModifier and TypeMethodDescriptionThingStatusInfoI18nLocalizationService.getLocalizedThingStatusInfo
(Thing thing, Locale locale) Localizes theThingStatusInfo
for the given thing.