Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -114,7 +114,7 @@ public abstract class BoschSHCHandler extends BaseThingHandler {
|
||||
|
||||
/**
|
||||
* Initializes this handler. Use this method to register all services of the device with
|
||||
* {@link #registerService(BoschSHCService)}.
|
||||
* {@link #registerService(TService, Consumer<TState>, Collection<String>, boolean)}.
|
||||
*/
|
||||
@Override
|
||||
public void initialize() {
|
||||
|
||||
@@ -103,7 +103,7 @@ public class BoschHttpClient extends HttpClient {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a SmartHome URL for the endpoint - shortcut of {@link BoschSslUtil::getBoschShcUrl()}
|
||||
* Returns a SmartHome URL for the endpoint - shortcut of {@link #getBoschShcUrl(String)}
|
||||
*
|
||||
* @param endpoint an endpoint, see https://apidocs.bosch-smarthome.com/local/index.html
|
||||
* @return SmartHome URL for passed endpoint
|
||||
|
||||
@@ -16,8 +16,8 @@ import org.openhab.binding.boschshc.internal.services.dto.BoschSHCServiceState;
|
||||
import org.openhab.core.library.types.OnOffType;
|
||||
|
||||
/**
|
||||
* State for {@link ChildLockService} to activate and deactivate the child lock
|
||||
* of a device.
|
||||
* State for {@link org.openhab.binding.boschshc.internal.services.childlock.ChildLockService}
|
||||
* to activate and deactivate the child lock of a device.
|
||||
*
|
||||
* @author Christian Oeing - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.boschshc.internal.services.powermeter.dto;
|
||||
import org.openhab.binding.boschshc.internal.services.dto.BoschSHCServiceState;
|
||||
|
||||
/**
|
||||
* State for {@link PowerMeterService}
|
||||
* State for {@link org.openhab.binding.boschshc.internal.services.powermeter.PowerMeterService}
|
||||
*
|
||||
* @author Stefan Kästle - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user