Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -32,7 +32,7 @@ import org.openhab.binding.nibeuplink.internal.model.DataResponseTransformer;
|
||||
import org.openhab.core.thing.Channel;
|
||||
|
||||
/**
|
||||
* generic command that retrieves status values for all channels defined in {@link VVM320Channels}
|
||||
* generic command that retrieves status values for all channels defined in VVM320Channels
|
||||
*
|
||||
* @author Alexander Friese - initial contribution
|
||||
*/
|
||||
|
||||
@@ -208,8 +208,6 @@ public class UplinkWebInterface implements AtomicReferenceTrait {
|
||||
|
||||
/**
|
||||
* Constructor to set up interface
|
||||
*
|
||||
* @param config the Bridge configuration
|
||||
*/
|
||||
public UplinkWebInterface(ScheduledExecutorService scheduler, NibeUplinkHandler handler, HttpClient httpClient) {
|
||||
this.uplinkHandler = handler;
|
||||
|
||||
@@ -32,8 +32,9 @@ import org.openhab.core.types.State;
|
||||
@NonNullByDefault
|
||||
public interface NibeUplinkHandler extends ThingHandler, ChannelProvider {
|
||||
/**
|
||||
* Called from {@link NibeUplinkWebInterface#authenticate()} to update
|
||||
* the thing status because updateStatus is protected.
|
||||
* Called from
|
||||
* {@link org.openhab.binding.nibeuplink.internal.connector.UplinkWebInterface.WebRequestExecutor#authenticate()}
|
||||
* to update the thing status because updateStatus is protected.
|
||||
*
|
||||
* @param status Bridge status
|
||||
* @param statusDetail Bridge status detail
|
||||
|
||||
Reference in New Issue
Block a user