Typos a/an (#13846)
This commit is contained in:
@@ -16,11 +16,11 @@ Air Humidifier Classic 200S (Same as 300S without the nightlight from initial ch
|
||||
|
||||
This binding supports the follow thing types:
|
||||
|
||||
| Thing | Thing Type | Thing Type UID | Discovery | Description |
|
||||
|----------------|------------|----------------|-----------|----------------------------------------------------------------------|
|
||||
| Bridge | Bridge | bridge | Manual | A single connection to the VeSync API |
|
||||
| Air Purifier | Thing | airPurifier | Automatic | A Air Purifier supporting V2 e.g. Core200S/Core300S or Core400S unit |
|
||||
| Air Humidifier | Thing | airHumidifier | Automatic | A Air Humidifier supporting V2 e.g. Classic300S or 600s |
|
||||
| Thing | Thing Type | Thing Type UID | Discovery | Description |
|
||||
|----------------|------------|----------------|-----------|-----------------------------------------------------------------------|
|
||||
| Bridge | Bridge | bridge | Manual | A single connection to the VeSync API |
|
||||
| Air Purifier | Thing | airPurifier | Automatic | An Air Purifier supporting V2 e.g. Core200S/Core300S or Core400S unit |
|
||||
| Air Humidifier | Thing | airHumidifier | Automatic | An Air Humidifier supporting V2 e.g. Classic300S or 600s |
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.google.gson.annotations.SerializedName;
|
||||
|
||||
/**
|
||||
* The {@link VeSyncV2BypassHumidifierStatus} is a Java class used as a DTO to hold the Vesync's API's common response
|
||||
* data, in regards to a Air Humidifier device.
|
||||
* data, in regards to an Air Humidifier device.
|
||||
*
|
||||
* @author David Goodyear - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,7 @@ import com.google.gson.annotations.SerializedName;
|
||||
/**
|
||||
* The {@link VeSyncV2BypassPurifierStatus} is a Java class used as a DTO to hold the Vesync's API's common response
|
||||
* data,
|
||||
* in regards to a Air Purifier device.
|
||||
* in regards to an Air Purifier device.
|
||||
*
|
||||
* @author David Goodyear - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.google.gson.annotations.SerializedName;
|
||||
/**
|
||||
* The {@link VeSyncV1AirPurifierDeviceDetailsResponse} is a Java class used as a DTO to hold the Vesync's V1 API's
|
||||
* common response
|
||||
* data, in regards to a Air Purifier device.
|
||||
* data, in regards to an Air Purifier device.
|
||||
*
|
||||
* @author David Goodyear - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -6,9 +6,9 @@ binding.vesync.description = This is the binding for the VeSync products. Curren
|
||||
# thing types
|
||||
|
||||
thing-type.vesync.airHumidifier.label = Air Humidifier via VeSync
|
||||
thing-type.vesync.airHumidifier.description = A Air Humidifier uplinking to VeSync
|
||||
thing-type.vesync.airHumidifier.description = An Air Humidifier uplinking to VeSync
|
||||
thing-type.vesync.airPurifier.label = Air Purifier via VeSync
|
||||
thing-type.vesync.airPurifier.description = A Air Purifier uplinking to VeSync
|
||||
thing-type.vesync.airPurifier.description = An Air Purifier uplinking to VeSync
|
||||
thing-type.vesync.bridge.label = VeSync Bridge
|
||||
thing-type.vesync.bridge.description = The VeSync bridge represents the VeSync cloud service.
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Air Purifier via VeSync</label>
|
||||
<description>A Air Purifier uplinking to VeSync</description>
|
||||
<description>An Air Purifier uplinking to VeSync</description>
|
||||
|
||||
<channels>
|
||||
<channel id="enabled" typeId="deviceEnabledType"/>
|
||||
@@ -92,7 +92,7 @@
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Air Humidifier via VeSync</label>
|
||||
<description>A Air Humidifier uplinking to VeSync</description>
|
||||
<description>An Air Humidifier uplinking to VeSync</description>
|
||||
|
||||
<channels>
|
||||
<channel id="enabled" typeId="deviceEnabledType"/>
|
||||
|
||||
Reference in New Issue
Block a user