Typos a/an (#13846)
This commit is contained in:
@@ -15,7 +15,7 @@ package org.openhab.binding.jeelink.internal.ec3k;
|
||||
import org.openhab.binding.jeelink.internal.Reading;
|
||||
|
||||
/**
|
||||
* Reading of a EC3000 sensor.
|
||||
* Reading of an EC3000 sensor.
|
||||
*
|
||||
* @author Volker Bier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
||||
import org.openhab.binding.jeelink.internal.JeeLinkReadingConverter;
|
||||
|
||||
/**
|
||||
* Converter for converting a line read from a ec3kSerial sketch to a Ec3kReading.
|
||||
* Converter for converting a line read from an ec3kSerial sketch to an Ec3kReading.
|
||||
*
|
||||
* @author Volker Bier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,7 @@ import org.openhab.binding.jeelink.internal.SensorDefinition;
|
||||
import org.openhab.core.thing.Thing;
|
||||
|
||||
/**
|
||||
* Sensor Defintion of a EC3000 Power Monitor.
|
||||
* Sensor Defintion of an EC3000 Power Monitor.
|
||||
*
|
||||
* @author Volker Bier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Handler for a EC3000 sensor thing.
|
||||
* Handler for an EC3000 sensor thing.
|
||||
*
|
||||
* @author Volker Bier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Handler for a EC3000 sensor thing.
|
||||
* Handler for an EC3000 sensor thing.
|
||||
*
|
||||
* @author Volker Bier - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ bridge-type.lgwTcp.description = Thing for a LaCrosseGateway that is connected v
|
||||
thing-type.lacrosse.label = Lacrosse Temperature Sensor
|
||||
thing-type.lacrosse.description = Thing for a Lacrosse Temperature Sensor connected to a JeeLink USB Receiver.
|
||||
thing-type.ec3k.label = ec3k
|
||||
thing-type.ec3k.description = Thing for a EnergyCount 3000 Power Monitor connected to a JeeLink USB Receiver.
|
||||
thing-type.ec3k.description = Thing for an EnergyCount 3000 Power Monitor connected to a JeeLink USB Receiver.
|
||||
thing-type.pca301.label = PCA301
|
||||
thing-type.pca301.description = Thing for a PCA301 power monitoring wireless socket connected to a JeeLink USB Receiver.
|
||||
thing-type.tx22.label = TX22 Sensor
|
||||
|
||||
Reference in New Issue
Block a user