Typos a/an (#13876)
This commit is contained in:
@@ -14,7 +14,7 @@ Discovery is not available, as the binding only reads from serial ports.
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
The smartmeter thing requires the serial port where the meter device is connected and optionally an refresh interval.
|
||||
The smartmeter thing requires the serial port where the meter device is connected and optionally a refresh interval.
|
||||
|
||||
| Parameter | Name | Description | Required | Default |
|
||||
|-----------|------|-------------|----------|---------|
|
||||
|
||||
@@ -151,7 +151,7 @@ public abstract class MeterDevice<T> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Read values from this device an store them locally against their OBIS code.
|
||||
* Read values from this device a store them locally against their OBIS code.
|
||||
*
|
||||
* If there is an error in reading, it will be retried {@value #NUMBER_OF_RETRIES} times. The retry will be delayed
|
||||
* by {@code period} seconds.
|
||||
|
||||
@@ -64,7 +64,7 @@ public class SmartMeterChannelTypeProvider implements ChannelTypeProvider, Meter
|
||||
|
||||
@Override
|
||||
public void errorOccurred(Throwable e) {
|
||||
// Nothing to do if there is an reading error...
|
||||
// Nothing to do if there is a reading error...
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user