Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -47,7 +47,7 @@ public class ColorControlModel {
|
||||
/**
|
||||
* Converts a FRITZ!Box value to a percent value.
|
||||
*
|
||||
* @param fritzValue The FRITZ!Box value to be converted
|
||||
* @param saturation The FRITZ!Box value to be converted
|
||||
* @return The percent value
|
||||
*/
|
||||
public static PercentType toPercent(int saturation) {
|
||||
|
||||
@@ -17,7 +17,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
/**
|
||||
* See {@ TemplateModel}.
|
||||
* See {@link TemplateModel}.
|
||||
*
|
||||
* @author Christoph Weitkamp - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
/**
|
||||
* See {@ TemplateModel}.
|
||||
* See {@link TemplateModel}.
|
||||
*
|
||||
* @author Christoph Weitkamp - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -38,7 +38,7 @@ public class FritzAhaSetLevelPercentageCallback extends FritzAhaReauthCallback {
|
||||
*
|
||||
* @param webIface Interface to FRITZ!Box
|
||||
* @param ain AIN of the device that should be switched
|
||||
* @param level Opening level percentage (0 ... 100)
|
||||
* @param levelPercentage Opening level percentage (0 ... 100)
|
||||
*/
|
||||
public FritzAhaSetLevelPercentageCallback(FritzAhaWebInterface webIface, String ain, BigDecimal levelPercentage) {
|
||||
super(WEBSERVICE_PATH, "switchcmd=setlevelpercentage&level=" + levelPercentage + "&ain=" + ain, webIface, GET,
|
||||
|
||||
Reference in New Issue
Block a user