Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -25,7 +25,8 @@ import org.slf4j.LoggerFactory;
|
||||
/**
|
||||
* Collection of all devices known to the energy manager including the energy manager itself.
|
||||
*
|
||||
* The {@link Device}s are generated from the {@link DeviceDTO}s inside of the {@link EnergyManagerDTO}
|
||||
* The {@link Device}s are generated from the {@link org.openhab.binding.solarwatt.internal.domain.dto.DeviceDTO}s
|
||||
* inside of the {@link org.openhab.binding.solarwatt.internal.domain.dto.EnergyManagerDTO}
|
||||
*
|
||||
* @author Sven Carstens - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable;
|
||||
/**
|
||||
* Aggregation of the interesting parts to write into a channel.
|
||||
*
|
||||
* From this the {@link ChannelType}s are created.
|
||||
* From this the {@link org.openhab.core.thing.type.ChannelType}s are created.
|
||||
*
|
||||
* @author Sven Carstens - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user