Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -46,7 +46,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link WolfSmartsetSystemBridgeHandler} is the handler for an WolfSmartset system.
* The {@link WolfSmartsetSystemBridgeHandler} is the handler for a WolfSmartset system.
*
* @author Bo Biene - Initial contribution
*/

View File

@@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
/**
* The {@link WolfSmartsetUnitThingHandler} is responsible for updating the channels associated
* with an WolfSmartset unit.
* with a WolfSmartset unit.
*
* @author Bo Biene - Initial contribution
*/

View File

@@ -8,9 +8,9 @@ binding.wolfsmartset.description = This is the binding for WolfSmartset smart sy
thing-type.wolfsmartset.account.label = WolfSmartset Account
thing-type.wolfsmartset.account.description = Represents an account at WolfSmartset
thing-type.wolfsmartset.system.label = WolfSmartset System
thing-type.wolfsmartset.system.description = An WolfSmartset system
thing-type.wolfsmartset.system.description = A WolfSmartset system
thing-type.wolfsmartset.unit.label = WolfSmartset Unit
thing-type.wolfsmartset.unit.description = An WolfSmartset remote unit
thing-type.wolfsmartset.unit.description = A WolfSmartset remote unit
# thing types config

View File

@@ -17,7 +17,7 @@
<bridge-type-ref id="account"/>
</supported-bridge-type-refs>
<label>WolfSmartset System</label>
<description>An WolfSmartset system</description>
<description>A WolfSmartset system</description>
<representation-property>systemId</representation-property>
<config-description-ref uri="thing-type:wolfsmartset:system"/>
</bridge-type>
@@ -28,7 +28,7 @@
<bridge-type-ref id="system"/>
</supported-bridge-type-refs>
<label>WolfSmartset Unit</label>
<description>An WolfSmartset remote unit</description>
<description>A WolfSmartset remote unit</description>
<representation-property>unitId</representation-property>
<config-description-ref uri="thing-type:wolfsmartset:unit"/>