Typos a/an (#13876)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user