Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -51,7 +51,7 @@ public interface TelldusBridgeHandler {
/**
* Get a sensor from the bridgehandler.
*
* @param serialNumber
* @param deviceUUId
* @return
*/
Device getSensor(String deviceUUId);