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

@@ -124,8 +124,7 @@ public class FrontierSiliconRadioConnection {
*
* Typically used for polling state info.
*
* @param REST
* API requestString, e.g. "GET/netRemote.sys.power"
* @param requestString REST API request, e.g. "GET/netRemote.sys.power"
* @return request result
* @throws IOException if the request failed.
*/
@@ -138,10 +137,8 @@ public class FrontierSiliconRadioConnection {
*
* Typically used for changing parameters.
*
* @param REST
* API requestString, e.g. "SET/netRemote.sys.power"
* @param params
* , e.g. "value=1"
* @param requestString REST API request, e.g. "SET/netRemote.sys.power"
* @param params parameters, e.g. "value=1"
* @return request result
* @throws IOException if the request failed.
*/