Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -33,7 +33,7 @@ import org.openhab.core.library.unit.Units;
|
||||
import org.openhab.core.thing.ThingTypeUID;
|
||||
|
||||
/**
|
||||
* The {@link TellstickBinding} class defines common constants, which are
|
||||
* The {@link TellstickBindingConstants} class defines common constants, which are
|
||||
* used across the whole binding.
|
||||
*
|
||||
* @author jarlebh - Initial contribution
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
package org.openhab.binding.tellstick.internal.conf;
|
||||
|
||||
/**
|
||||
* Configuration class for {@link TellstickBridge} bridge used to connect to the
|
||||
* Configuration class for Tellstick bridge used to connect to the
|
||||
* Telldus Live service.
|
||||
*
|
||||
* @author Jarle Hjortland - Initial contribution
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
package org.openhab.binding.tellstick.internal.conf;
|
||||
|
||||
/**
|
||||
* Configuration class for {@link TellstickBridge} bridge used to connect to the
|
||||
* Configuration class for Tellstick bridge used to connect to the
|
||||
* Telldus local API.
|
||||
*
|
||||
* @author Jan Gustafsson - Initial contribution
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
package org.openhab.binding.tellstick.internal.conf;
|
||||
|
||||
/**
|
||||
* Configuration class for {@link TellstickBridge} bridge used to connect to the
|
||||
* Configuration class for Tellstick bridge used to connect to the
|
||||
* Telldus Core service on the local machine.
|
||||
*
|
||||
* @author Jarle Hjortland - Initial contribution
|
||||
|
||||
@@ -26,7 +26,8 @@ public interface DeviceStatusListener {
|
||||
|
||||
/**
|
||||
* This method is called whenever the state of the given device has changed.
|
||||
* The new state can be obtained by {@link FullLight#getState()}.
|
||||
* The new state can be obtained by {@link TellstickNetDevice#getState()} /
|
||||
* {@link TellstickLocalDeviceDTO#getState()}.
|
||||
*
|
||||
* @param bridge
|
||||
* The Tellstick bridge the changed device is connected to.
|
||||
|
||||
@@ -51,7 +51,7 @@ public interface TelldusBridgeHandler {
|
||||
/**
|
||||
* Get a sensor from the bridgehandler.
|
||||
*
|
||||
* @param serialNumber
|
||||
* @param deviceUUId
|
||||
* @return
|
||||
*/
|
||||
Device getSensor(String deviceUUId);
|
||||
|
||||
Reference in New Issue
Block a user