Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -23,7 +23,8 @@ import org.openhab.binding.smartmeter.SmartMeterBindingConstants;
|
||||
/**
|
||||
* Represents an OBIS code.
|
||||
*
|
||||
* @see For more information see https://de.wikipedia.org/wiki/OBIS-Kennzahlen
|
||||
* @see <a href="https://de.wikipedia.org/wiki/OBIS-Kennzahlen">https://de.wikipedia.org/wiki/OBIS-Kennzahlen</a> for
|
||||
* more information
|
||||
* @author Matthias Steigenberger - Initial contribution
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,7 @@ public class NegateHandler {
|
||||
* Gets whether negation should be applied for the given <code>negateProperty</code> and the {@link MeterValue}
|
||||
* provided by the <code>getObisValueFunction</code>
|
||||
*
|
||||
* @param negateProperty The negate property (in form <OBIS>:<POSITION>:<BIT_SET>)
|
||||
* @param negateProperty The negate property (in form {@code <OBIS>:<POSITION>:<BIT_SET>})
|
||||
* @param getObisValueFunction The function to get the {@link MeterValue} from an OBIS code.
|
||||
* @return whether to negate or not.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user