Typos a/an (#13819)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
package org.openhab.binding.autelis.internal.config;
|
||||
|
||||
/**
|
||||
* Configuration properties for connecting to a Autelis Controller
|
||||
* Configuration properties for connecting to an Autelis Controller
|
||||
*
|
||||
* @author Dan Cunningham - Initial contribution
|
||||
*
|
||||
|
||||
@@ -76,7 +76,7 @@ public class AutelisHandler extends BaseThingHandler {
|
||||
private final Logger logger = LoggerFactory.getLogger(AutelisHandler.class);
|
||||
|
||||
/**
|
||||
* Default timeout for http connections to a Autelis controller
|
||||
* Default timeout for http connections to an Autelis controller
|
||||
*/
|
||||
static final int TIMEOUT_SECONDS = 5;
|
||||
|
||||
@@ -224,7 +224,7 @@ public class AutelisHandler extends BaseThingHandler {
|
||||
} else if (command instanceof DecimalType) {
|
||||
value = ((DecimalType) command).intValue();
|
||||
if (!isJandy() && value >= 3) {
|
||||
// this is a autelis dim type. not sure what 2 does
|
||||
// this is an autelis dim type. not sure what 2 does
|
||||
cmd = "dim";
|
||||
}
|
||||
} else {
|
||||
@@ -468,7 +468,7 @@ public class AutelisHandler extends BaseThingHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Simple logic to perform a authenticated GET request
|
||||
* Simple logic to perform an authenticated GET request
|
||||
*
|
||||
* @param url
|
||||
* @param timeout
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# binding
|
||||
|
||||
binding.autelis.name = Autelis Pool Control Binding
|
||||
binding.autelis.description = This is the binding for a Autelis pool controller.
|
||||
binding.autelis.description = This is the binding for an Autelis pool controller.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.autelis.jandy.label = Jandy Pool Controller
|
||||
thing-type.autelis.jandy.description = A Jandy pool control thing represents a Autelis pool controller for Jandy systems
|
||||
thing-type.autelis.jandy.description = A Jandy pool control thing represents an Autelis pool controller for Jandy systems
|
||||
thing-type.autelis.jandy.channel.equipment-aux1.label = Auxiliary 1
|
||||
thing-type.autelis.jandy.channel.equipment-aux1.description = The current state of auxiliary 1
|
||||
thing-type.autelis.jandy.channel.equipment-aux2.label = Auxiliary 2
|
||||
@@ -163,23 +163,23 @@ thing-type.autelis.pentair.channel.temp-spaht.description = The current spa/hi-t
|
||||
thing-type.config.autelis.jandy.host.label = Host or IP
|
||||
thing-type.config.autelis.jandy.host.description = The host name or IP address of the Autelis Controller.
|
||||
thing-type.config.autelis.jandy.password.label = Password
|
||||
thing-type.config.autelis.jandy.password.description = The password to use when connecting to a Autelis Controller.
|
||||
thing-type.config.autelis.jandy.password.description = The password to use when connecting to an Autelis Controller.
|
||||
thing-type.config.autelis.jandy.port.label = Port
|
||||
thing-type.config.autelis.jandy.port.description = The port the Autelis Controller is listening on.
|
||||
thing-type.config.autelis.jandy.refresh.label = Refresh Interval
|
||||
thing-type.config.autelis.jandy.refresh.description = Specifies the refresh interval in seconds
|
||||
thing-type.config.autelis.jandy.user.label = User Name
|
||||
thing-type.config.autelis.jandy.user.description = The user name to use when connecting to a Autelis Controller.
|
||||
thing-type.config.autelis.jandy.user.description = The user name to use when connecting to an Autelis Controller.
|
||||
thing-type.config.autelis.pentair.host.label = Host or IP
|
||||
thing-type.config.autelis.pentair.host.description = The host name or IP address of the Autelis Controller.
|
||||
thing-type.config.autelis.pentair.password.label = Password
|
||||
thing-type.config.autelis.pentair.password.description = The password to use when connecting to a Autelis Controller.
|
||||
thing-type.config.autelis.pentair.password.description = The password to use when connecting to an Autelis Controller.
|
||||
thing-type.config.autelis.pentair.port.label = Port
|
||||
thing-type.config.autelis.pentair.port.description = The port the Autelis Controller is listening on.
|
||||
thing-type.config.autelis.pentair.refresh.label = Refresh Interval
|
||||
thing-type.config.autelis.pentair.refresh.description = Specifies the refresh interval in seconds
|
||||
thing-type.config.autelis.pentair.user.label = User Name
|
||||
thing-type.config.autelis.pentair.user.description = The user name to use when connecting to a Autelis Controller.
|
||||
thing-type.config.autelis.pentair.user.description = The user name to use when connecting to an Autelis Controller.
|
||||
|
||||
# channel types
|
||||
|
||||
@@ -241,7 +241,7 @@ channel-type.autelis.equipment-ht.state.option.0 = Off
|
||||
channel-type.autelis.equipment-ht.state.option.1 = Enabled
|
||||
channel-type.autelis.equipment-ht.state.option.2 = On
|
||||
channel-type.autelis.equipment-switch.label = Equipment Switch
|
||||
channel-type.autelis.equipment-switch.description = The current state of a equipment switch
|
||||
channel-type.autelis.equipment-switch.description = The current state of an equipment switch
|
||||
channel-type.autelis.lightscmd.label = Lighting Cmd
|
||||
channel-type.autelis.lightscmd.description = Send A lighting command
|
||||
channel-type.autelis.lightscmd.state.option.alloff = All Off
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
<thing-type id="jandy">
|
||||
<label>Jandy Pool Controller</label>
|
||||
<description>A Jandy pool control thing represents a Autelis pool controller for Jandy systems</description>
|
||||
<description>A Jandy pool control thing represents an Autelis pool controller for Jandy systems</description>
|
||||
<channels>
|
||||
<channel id="system-runstate" typeId="system-runstate"/>
|
||||
<channel id="system-model" typeId="system-model"/>
|
||||
@@ -209,11 +209,11 @@
|
||||
</parameter>
|
||||
<parameter name="user" type="text" required="true">
|
||||
<label>User Name</label>
|
||||
<description>The user name to use when connecting to a Autelis Controller.</description>
|
||||
<description>The user name to use when connecting to an Autelis Controller.</description>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="true">
|
||||
<label>Password</label>
|
||||
<description>The password to use when connecting to a Autelis Controller.</description>
|
||||
<description>The password to use when connecting to an Autelis Controller.</description>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" required="false">
|
||||
<label>Refresh Interval</label>
|
||||
@@ -296,7 +296,7 @@
|
||||
<channel-type id="equipment-switch">
|
||||
<item-type>Switch</item-type>
|
||||
<label>Equipment Switch</label>
|
||||
<description>The current state of a equipment switch</description>
|
||||
<description>The current state of an equipment switch</description>
|
||||
</channel-type>
|
||||
<channel-type id="equipment-ht">
|
||||
<item-type>Number</item-type>
|
||||
|
||||
@@ -189,11 +189,11 @@
|
||||
</parameter>
|
||||
<parameter name="user" type="text" required="true">
|
||||
<label>User Name</label>
|
||||
<description>The user name to use when connecting to a Autelis Controller.</description>
|
||||
<description>The user name to use when connecting to an Autelis Controller.</description>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="true">
|
||||
<label>Password</label>
|
||||
<description>The password to use when connecting to a Autelis Controller.</description>
|
||||
<description>The password to use when connecting to an Autelis Controller.</description>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" required="false">
|
||||
<label>Refresh Interval</label>
|
||||
|
||||
Reference in New Issue
Block a user