Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.openhab.core.thing.ThingTypeUID;
|
||||
|
||||
/**
|
||||
* The {@link SleepIQBinding} class defines common constants, which are
|
||||
* The {@link SleepIQBindingConstants} class defines common constants, which are
|
||||
* used across the whole binding.
|
||||
*
|
||||
* @author Gregory Moyer - Initial contribution
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.sleepiq.internal.api.dto;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* The {@link SleeperResponse} holds the information about the sleepers assigned to the bed sides.
|
||||
* The {@link SleepersResponse} holds the information about the sleepers assigned to the bed sides.
|
||||
*
|
||||
* @author Gregory Moyer - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -384,8 +384,9 @@ public class SleepIQCloudHandler extends ConfigStatusBridgeHandler {
|
||||
/**
|
||||
* Update the given foundation properties with features of the given bed foundation.
|
||||
*
|
||||
* @param bed the source of data
|
||||
* @param bedId the source of data
|
||||
* @param features the foundation features to update (this may be <code>null</code>)
|
||||
* @param properties
|
||||
* @return the given map (or a new map if no map was given) with updated/set properties from the supplied bed
|
||||
*/
|
||||
public Map<String, String> updateFeatures(final String bedId, final @Nullable FoundationFeaturesResponse features,
|
||||
|
||||
Reference in New Issue
Block a user