Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -54,7 +54,7 @@ import com.google.gson.JsonPrimitive;
/**
* IAqualink HTTP Client
*
* The {@link IAqualinkClient} provides basic HTTP commands to control and monitor a iAquaLink
* The {@link IAqualinkClient} provides basic HTTP commands to control and monitor an iAquaLink
* based system.
*
* GSON is used to provide custom deserialization on the JSON results. These results
@@ -241,7 +241,7 @@ public class IAqualinkClient {
}
/**
* Sends a Auxiliary dimmer command
* Sends an Auxiliary dimmer command
*
* @param serialNumber
* @param sessionId

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.iaqualink.internal.api.dto;
/**
* Device refers to a iAqualink Pool Controller.
* Device refers to an iAqualink Pool Controller.
*
* @author Dan Cunningham - Initial contribution
*

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.iaqualink.internal.config;
import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* Configuration properties for connecting to a iAqualink Account
* Configuration properties for connecting to an iAqualink Account
*
* @author Dan Cunningham - Initial contribution
*

View File

@@ -4,5 +4,5 @@
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<name>iAquaLink Binding</name>
<description>This is the binding for a iAquaLink pool controller.</description>
<description>This is the binding for an iAquaLink pool controller.</description>
</binding:binding>

View File

@@ -1,12 +1,12 @@
# binding
binding.iaqualink.name = iAquaLink Binding
binding.iaqualink.description = This is the binding for a iAquaLink pool controller.
binding.iaqualink.description = This is the binding for an iAquaLink pool controller.
# thing types
thing-type.iaqualink.controller.label = iAquaLink Pool Controller
thing-type.iaqualink.controller.description = A iAquaLink pool control thing represents a iAquaLink pool controller for Jandy/Zodiac systems
thing-type.iaqualink.controller.description = An iAquaLink pool control thing represents an iAquaLink pool controller for Jandy/Zodiac systems
thing-type.iaqualink.controller.channel.air_temp.label = Air Temperature
thing-type.iaqualink.controller.channel.air_temp.description = The current outside temperature
thing-type.iaqualink.controller.channel.cover_pool.label = Cover Pool
@@ -51,13 +51,13 @@ thing-type.iaqualink.controller.channel.spa_temp.description = The current tempe
thing-type.config.iaqualink.controller.apiKey.label = API Key
thing-type.config.iaqualink.controller.apiKey.description = Optionally specify the API key used for access. This is only useful for debugging or if the API key is changed by the vendor
thing-type.config.iaqualink.controller.password.label = Password
thing-type.config.iaqualink.controller.password.description = The password to use when connecting to a iAqualink Account
thing-type.config.iaqualink.controller.password.description = The password to use when connecting to an iAqualink Account
thing-type.config.iaqualink.controller.refresh.label = Refresh Interval
thing-type.config.iaqualink.controller.refresh.description = Specifies the refresh interval in seconds
thing-type.config.iaqualink.controller.serialId.label = Serial Number
thing-type.config.iaqualink.controller.serialId.description = Optionally specify the serial number of the controller which can be found on the iAquaLink Owner's Center. This is only useful if you have more then one controller (pool) associated with your account. Leave blank to have the first controller used.
thing-type.config.iaqualink.controller.userName.label = User Name
thing-type.config.iaqualink.controller.userName.description = The user name to use when connecting to a iAqualink Account
thing-type.config.iaqualink.controller.userName.description = The user name to use when connecting to an iAqualink Account
# channel types
@@ -152,7 +152,7 @@ channel-type.iaqualink.equipment-heater.state.option.off = Off
channel-type.iaqualink.equipment-heater.state.option.heating = Heating
channel-type.iaqualink.equipment-heater.state.option.enabled = Enabled
channel-type.iaqualink.equipment-switch.label = Equipment Switch
channel-type.iaqualink.equipment-switch.description = The current state of a equipment switch
channel-type.iaqualink.equipment-switch.description = The current state of an equipment switch
channel-type.iaqualink.onetouch.label = OneTouch
channel-type.iaqualink.onetouch.description = OneTouch commands
channel-type.iaqualink.setpoint.label = Setpoint

View File

@@ -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="controller">
<label>iAquaLink Pool Controller</label>
<description>A iAquaLink pool control thing represents a iAquaLink pool controller for Jandy/Zodiac systems
<description>An iAquaLink pool control thing represents an iAquaLink pool controller for Jandy/Zodiac systems
</description>
<channels>
<channel id="status" typeId="status"/>
@@ -91,12 +91,12 @@
<config-description>
<parameter name="userName" type="text" required="true">
<label>User Name</label>
<description>The user name to use when connecting to a iAqualink Account</description>
<description>The user name to use when connecting to an iAqualink Account</description>
</parameter>
<parameter name="password" type="text" required="true">
<context>password</context>
<label>Password</label>
<description>The password to use when connecting to a iAqualink Account</description>
<description>The password to use when connecting to an iAqualink Account</description>
</parameter>
<parameter name="refresh" type="integer" required="true">
<label>Refresh Interval</label>
@@ -283,7 +283,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-heater">