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 EnrichedThingDTOEnrichedThingDTOMapper.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 ThingStatusInfoThings.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 TypeMethodDescriptionvoidThing.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 TypeMethodDescriptionvoidBaseThingHandler.bridgeStatusChanged(ThingStatusInfo bridgeStatusInfo) voidThingHandler.bridgeStatusChanged(ThingStatusInfo bridgeStatusInfo) Notifies the handler that the bridge's status has changed.voidThingHandlerCallback.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 ThingStatusInfoChangedEventThingEventFactory.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 ThingStatusInfoEventThingEventFactory.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 ThingStatusInfoModifierConstructorDescriptionprotectedThingStatusInfoChangedEvent(String topic, String payload, ThingUID thingUID, ThingStatusInfo newThingStatusInfo, ThingStatusInfo oldThingStatusInfo) Creates a new thing status event object.protectedThingStatusInfoEvent(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 theThingStatusInfofor the given thing.