Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -26,8 +26,9 @@ public interface DeviceStatusListener {
/**
* This method is called whenever the state of the given device has changed.
* The new state can be obtained by {@link TellstickNetDevice#getState()} /
* {@link TellstickLocalDeviceDTO#getState()}.
* The new state can be obtained by
* {@link org.openhab.binding.tellstick.internal.live.xml.TellstickNetDevice#getState()} /
* {@link org.openhab.binding.tellstick.internal.local.dto.TellstickLocalDeviceDTO#getState()}.
*
* @param bridge
* The Tellstick bridge the changed device is connected to.