Uses of Class
org.openhab.core.io.rest.core.thing.EnrichedThingDTO
Packages that use EnrichedThingDTO
-
Uses of EnrichedThingDTO in org.openhab.core.io.rest.core.thing
Methods in org.openhab.core.io.rest.core.thing that return EnrichedThingDTOModifier and TypeMethodDescriptionstatic EnrichedThingDTOEnrichedThingDTOMapper.map(Thing thing, ThingStatusInfo thingStatusInfo, @Nullable FirmwareStatusDTO firmwareStatus, @Nullable Map<String, Set<String>> linkedItemsMap, boolean editable) Maps thing into enriched thing data transfer object.