Class DiscoveryInfoDTO
java.lang.Object
org.openhab.core.io.rest.core.discovery.DiscoveryInfoDTO
This is a data transfer object that is used to serialize the information about binding discovery.
- Author:
- Laurent Garnier - Initial contribution
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDiscoveryInfoDTO
(boolean inputSupported, @Nullable String inputLabel, @Nullable String inputDescription) -
Method Summary
-
Field Details
-
inputSupported
public boolean inputSupported -
inputLabel
-
inputDescription
-
-
Constructor Details
-
DiscoveryInfoDTO
-