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

@@ -16,7 +16,8 @@ package org.openhab.binding.pilight.internal.dto;
* Part of the {@link Action} message that is sent to pilight.
* This contains the desired state for a single device.
*
* {@link http://www.pilight.org/development/api/#sender}
* @see <a href="https://manual.pilight.org/development/socket/index.html">
* https://manual.pilight.org/development/socket/index.html</a>
*
* @author Jeroen Idserda - Initial contribution
* @author Stefan Röllin - Port to openHAB 2 pilight binding

View File

@@ -19,7 +19,8 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* pilight configuration object
*
* {@link http://www.pilight.org/development/api/#controller}
* @see <a href="https://manual.pilight.org/development/socket/index.html">
* https://manual.pilight.org/development/socket/index.html</a>
*
* @author Jeroen Idserda - Initial contribution
* @author Stefan Röllin - Port to openHAB 2 pilight binding

View File

@@ -17,7 +17,8 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* pilight version information object
*
* {@link http://www.pilight.org/development/api/#controller}
* @see <a href="https://manual.pilight.org/development/socket/index.html">
* https://manual.pilight.org/development/socket/index.html</a>
*
* @author Niklas Dörfler - Initial contribution
*/