Typos a/an (#13846)
This commit is contained in:
@@ -60,7 +60,7 @@ class JCgetDeviceStatus extends GetDeviceStatus implements JsonBridgeCommunicati
|
||||
* </pre>
|
||||
*
|
||||
* NOTE: the gateway software is extremely sensitive to this exact JSON structure.
|
||||
* Any modifications (like omitting empty params) will lead to an gateway error.
|
||||
* Any modifications (like omitting empty params) will lead to a gateway error.
|
||||
*/
|
||||
private static class Request {
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ class JCrunProductDiscovery extends RunProductDiscovery implements JsonBridgeCom
|
||||
* </pre>
|
||||
*
|
||||
* NOTE: the gateway software is extremely sensitive to this exact JSON structure.
|
||||
* Any modifications (like omitting empty params) will lead to an gateway error.
|
||||
* Any modifications (like omitting empty params) will lead to a gateway error.
|
||||
*/
|
||||
private static class Request {
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ class JCrunProductSearch extends RunProductSearch implements JsonBridgeCommunica
|
||||
* </pre>
|
||||
*
|
||||
* NOTE: the gateway software is extremely sensitive to this exact JSON structure.
|
||||
* Any modifications (like omitting empty params) will lead to an gateway error.
|
||||
* Any modifications (like omitting empty params) will lead to a gateway error.
|
||||
*/
|
||||
private static class Request {
|
||||
|
||||
|
||||
@@ -52,21 +52,21 @@ public class VeluxThingConfiguration extends Configuration {
|
||||
String sceneName = VeluxBindingConstants.UNKNOWN;
|
||||
|
||||
/**
|
||||
* {@link #serial} of type {@link String}, identifying a io-homecontrol device by its serial number (i.e.
|
||||
* {@link #serial} of type {@link String}, identifying an io-homecontrol device by its serial number (i.e.
|
||||
* 43:12:14:5A:12:1C:05:5F).
|
||||
* <P>
|
||||
* <B>Configuration for the channels actuator, rollershutter and window:</B>
|
||||
* </P>
|
||||
* <UL>
|
||||
* <LI>{@link #serial} for identification of a io-homecontrol device,</LI>
|
||||
* <LI>{@link #name} for alternate identification of a io-homecontrol device,</LI>
|
||||
* <LI>{@link #serial} for identification of an io-homecontrol device,</LI>
|
||||
* <LI>{@link #name} for alternate identification of an io-homecontrol device,</LI>
|
||||
* <LI>{@link #inverted} for modified value behavior.</LI>
|
||||
* <LI>{@link #velocity} for modified action speed.</LI>
|
||||
* </UL>
|
||||
*/
|
||||
public String serial = VeluxProductSerialNo.UNKNOWN;
|
||||
/**
|
||||
* {@link #name} of type {@link String}, identifying a io-homecontrol device by its registration name especially
|
||||
* {@link #name} of type {@link String}, identifying an io-homecontrol device by its registration name especially
|
||||
* for <B>somfy</B> as they do not provide a valid serial number.
|
||||
* <P>
|
||||
* Part of the {@link #serial Configuration for the channels actuator, rollershutter and window}.
|
||||
|
||||
@@ -83,7 +83,7 @@ public enum VeluxProductType {
|
||||
private String description;
|
||||
private VeluxProductType typeClass;
|
||||
|
||||
// Reverse-lookup map for getting a ActuatorType from an TypeId
|
||||
// Reverse-lookup map for getting an ActuatorType from an TypeId
|
||||
private static final Map<Integer, ActuatorType> LOOKUPTYPEID2ENUM = Stream.of(ActuatorType.values())
|
||||
.collect(Collectors.toMap(ActuatorType::getNodeType, Function.identity()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user