Typos a/an (#13812)
This commit is contained in:
@@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Discovers Plugwise devices by periodically reading the Circle+ node/MAC table with {@link RoleCallRequestMessage}s.
|
||||
* Sleeping end devices are discovered when they announce being awake with a {@link AnnounceAwakeRequestMessage}. To
|
||||
* Sleeping end devices are discovered when they announce being awake with an {@link AnnounceAwakeRequestMessage}. To
|
||||
* reduce network traffic {@link InformationRequestMessage}s are only sent to undiscovered devices.
|
||||
*
|
||||
* @author Wouter Born, Karel Goderis - Initial contribution
|
||||
|
||||
@@ -18,7 +18,7 @@ import org.openhab.binding.plugwise.internal.protocol.field.MACAddress;
|
||||
|
||||
/**
|
||||
* Requests the power state of a relay device (Circle, Circle+, Stealth) to be switched on/off. The current power state
|
||||
* of a device is retrieved by sending a {@link InformationRequestMessage} and reading the
|
||||
* of a device is retrieved by sending an {@link InformationRequestMessage} and reading the
|
||||
* {@link InformationResponseMessage#getPowerState()} value.
|
||||
*
|
||||
* @author Wouter Born, Karel Goderis - Initial contribution
|
||||
|
||||
Reference in New Issue
Block a user