Class FileFormatChannelLinkDTO

java.lang.Object
org.openhab.core.io.rest.core.fileformat.FileFormatChannelLinkDTO

@NonNullByDefault public class FileFormatChannelLinkDTO extends Object
This is a data transfer object to serialize a channel link for an item contained in a file format.
Author:
Laurent Garnier - Initial contribution
  • Field Details

    • channelUID

      public String channelUID
    • configuration

      public @Nullable Map<String,Object> configuration
  • Constructor Details

    • FileFormatChannelLinkDTO

      public FileFormatChannelLinkDTO(String channelUID, @Nullable Map<String,Object> configuration)