Package org.openhab.core.thing.dto
Class ThingDTO
java.lang.Object
org.openhab.core.thing.dto.AbstractThingDTO
org.openhab.core.thing.dto.ThingDTO
This is a data transfer object that is used to serialize things.
- Author:
- Dennis Nobel - Initial contribution, Thomas Höfer - Added thing and thing type properties, Stefan Bußweiler - Added new thing status handling, Simon Kaufmann - Added label, Wouter Born - Let (Enriched)ThingDTO extend AbstractThingDTO so both can define their own "channels" type
-
Field Summary
Fields inherited from class org.openhab.core.thing.dto.AbstractThingDTO
bridgeUID, configuration, label, location, properties, thingTypeUID, UID
-
Constructor Summary
-
Method Summary
-
Field Details
-
channels
-
-
Constructor Details
-
ThingDTO
public ThingDTO() -
ThingDTO
-