Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -244,7 +244,9 @@ public class WebInterface implements AtomicReferenceTrait {
|
||||
/**
|
||||
* Constructor to set up interface
|
||||
*
|
||||
* @param config Bridge configuration
|
||||
* @param scheduler
|
||||
* @param handler
|
||||
* @param httpClient
|
||||
*/
|
||||
public WebInterface(ScheduledExecutorService scheduler, SolarEdgeHandler handler, HttpClient httpClient) {
|
||||
this.config = handler.getConfiguration();
|
||||
|
||||
@@ -32,8 +32,9 @@ import org.openhab.core.types.State;
|
||||
@NonNullByDefault
|
||||
public interface SolarEdgeHandler extends ThingHandler, ChannelProvider {
|
||||
/**
|
||||
* Called from {@link WebInterface#authenticate()} to update
|
||||
* the thing status because updateStatus is protected.
|
||||
* Called from
|
||||
* {@link org.openhab.binding.solaredge.internal.connector.WebInterface.WebRequestExecutor#authenticate()}
|
||||
* to update the thing status because updateStatus is protected.
|
||||
*
|
||||
* @param status Bridge status
|
||||
* @param statusDetail Bridge status detail
|
||||
|
||||
@@ -126,7 +126,7 @@ abstract class AbstractDataResponseTransformer {
|
||||
* @param targetMap result will be put into this map
|
||||
* @param channel channel to assign the value
|
||||
* @param value the value to convert
|
||||
* @param unit as string
|
||||
* @param unitAsString unit as string
|
||||
*/
|
||||
protected final void putPowerType(Map<Channel, State> targetMap, @Nullable Channel channel, @Nullable Double value,
|
||||
@Nullable String unitAsString) {
|
||||
@@ -143,7 +143,7 @@ abstract class AbstractDataResponseTransformer {
|
||||
* @param targetMap result will be put into this map
|
||||
* @param channel channel to assign the value
|
||||
* @param value the value to convert
|
||||
* @param unit as string
|
||||
* @param unitAsString as string
|
||||
*/
|
||||
protected final void putEnergyType(Map<Channel, State> targetMap, @Nullable Channel channel, @Nullable Double value,
|
||||
@Nullable String unitAsString) {
|
||||
|
||||
Reference in New Issue
Block a user