Uses of Class
org.openhab.core.thing.ThingStatusInfo
Package
Description
-
Uses of ThingStatusInfo in org.openhab.core.io.rest.core.thing
Modifier 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
Modifier and TypeMethodDescriptionstatic ThingStatusInfo
Things.getThingStatusInfo
(String thingUid) Retrieves the status info of a Thing -
Uses of ThingStatusInfo in org.openhab.core.thing
Modifier and TypeMethodDescriptionvoid
Thing.setStatusInfo
(ThingStatusInfo status) Sets the status info. -
Uses of ThingStatusInfo in org.openhab.core.thing.binding
Modifier 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
Modifier and TypeMethodDescriptionThingStatusInfoBuilder.build()
Builds and returns the status info. -
Uses of ThingStatusInfo in org.openhab.core.thing.events
Modifier and TypeMethodDescriptionThingStatusInfoChangedEvent.getOldStatusInfo()
Gets the old thing status info.ThingStatusInfoChangedEvent.getStatusInfo()
Gets the thing status info.ThingStatusInfoEvent.getStatusInfo()
Gets the thing status info.Modifier 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.ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionThingStatusInfoI18nLocalizationService.getLocalizedThingStatusInfo
(Thing thing, Locale locale) Localizes theThingStatusInfo
for the given thing.