Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -31,7 +31,7 @@ import org.osgi.service.component.annotations.Component;
|
||||
/**
|
||||
* Discovery for Enocean USB dongles, integrated in USB-serial discovery by implementing a component of type
|
||||
* {@link UsbSerialDiscoveryParticipant}.
|
||||
* <p/>
|
||||
* <p>
|
||||
* Currently, this {@link UsbSerialDiscoveryParticipant} supports the Enocean USB300 dongles.
|
||||
*
|
||||
* @author Aitor Iturrioz - initial contribution
|
||||
|
||||
@@ -66,10 +66,8 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* The {@link EnOceanBridgeHandler} is responsible for sending ESP3Packages build by
|
||||
* {@link org.openhab.binding.enocean.internal.handler.EnOceanActuatorHandler} and
|
||||
* transferring received ESP3Packages to
|
||||
* {@link org.openhab.binding.enocean.internal.handler.EnOceanSensorHandler}.
|
||||
* The {@link EnOceanBridgeHandler} is responsible for sending ESP3Packages build by {@link EnOceanBaseActuatorHandler}
|
||||
* and transferring received ESP3Packages to {@link EnOceanBaseSensorHandler}.
|
||||
*
|
||||
* @author Daniel Weber - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user