Class EnrichedThingDTO
java.lang.Object
org.openhab.core.thing.dto.AbstractThingDTO
org.openhab.core.io.rest.core.thing.EnrichedThingDTO
This is a data transfer object that is used to serialize things with dynamic data like the status.
- Author:
- Dennis Nobel - Initial contribution, Kai Kreuzer - Removed links and items, Chris Jackson - Added 'editable' flag, Wouter Born - Let (Enriched)ThingDTO extend AbstractThingDTO so both can define their own "channels" type
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Fields inherited from class org.openhab.core.thing.dto.AbstractThingDTO
bridgeUID, configuration, label, location, properties, thingTypeUID, UID
-
Method Summary
-
Field Details
-
channels
-
statusInfo
-
firmwareStatus
-
editable
public boolean editable
-