Typos a/an (#13846)
This commit is contained in:
@@ -33,7 +33,7 @@ The second is the initial delay and on-time for each zone when an execute comman
|
||||
|
||||
This is optional, it is recommended to let the binding discover and add Etherrain controllers.
|
||||
|
||||
To manually configure a Etherrain controller you may specify it's host name or ip ("host").
|
||||
To manually configure an Etherrain controller you may specify its host name or ip ("host").
|
||||
You can also optionally specify the unit's password ("pw"), port it is communicating on ("port") or refresh rate ("refresh")
|
||||
|
||||
```
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.etherrain.internal.api;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* The {@link EtherRainStatusResponse} is a encapsulation of responses from the EtherRain
|
||||
* The {@link EtherRainStatusResponse} is an encapsulation of responses from the EtherRain
|
||||
*
|
||||
* @author Joe Inkenbrandt - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.etherrain.internal.api;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* The {@link EtherRainUdpResponse} is a encapsulation of the UDP broadcast response from the EtherRain
|
||||
* The {@link EtherRainUdpResponse} is an encapsulation of the UDP broadcast response from the EtherRain
|
||||
*
|
||||
* @author Joe Inkenbrandt - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user