Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -62,9 +62,8 @@ public class SolarMaxConnector {
|
||||
*
|
||||
* @param host hostname or ip address of the SolarMax device to be contacted
|
||||
* @param portNumber portNumber the SolarMax is listening on (default is 12345)
|
||||
* @param commandList a list of commands to be sent to the SolarMax device
|
||||
* @param deviceAddress
|
||||
* @return
|
||||
* @throws UnknownHostException if the host is unknown
|
||||
* @throws SolarMaxException if some other exception occurs
|
||||
*/
|
||||
public static SolarMaxData getAllValuesFromSolarMax(final String host, final int portNumber,
|
||||
|
||||
Reference in New Issue
Block a user