Typos a/an (#13819)
This commit is contained in:
@@ -99,7 +99,7 @@ public class ZWayBridgeHandler extends BaseBridgeHandler implements IZWayApiCall
|
||||
// suppressed. Otherwise, the task will only terminate via cancellation or
|
||||
// termination of the executor.
|
||||
try {
|
||||
// Authenticate - thing status update with a error message
|
||||
// Authenticate - thing status update with an error message
|
||||
if (mZWayApi.getLogin() != null) {
|
||||
// Thing status set to online in login callback
|
||||
logger.info("Z-Way bridge successfully authenticated");
|
||||
|
||||
@@ -118,7 +118,7 @@ public class ZWayZAutomationDeviceHandler extends ZWayDeviceHandler {
|
||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_PENDING,
|
||||
"Checking configuration and bridge...");
|
||||
|
||||
// Configuration - thing status update with a error message
|
||||
// Configuration - thing status update with an error message
|
||||
mConfig = loadAndCheckConfiguration();
|
||||
|
||||
if (mConfig != null) {
|
||||
|
||||
@@ -151,7 +151,7 @@ public class ZWayZWaveDeviceHandler extends ZWayDeviceHandler {
|
||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_PENDING,
|
||||
"Checking configuration and bridge...");
|
||||
|
||||
// Configuration - thing status update with a error message
|
||||
// Configuration - thing status update with an error message
|
||||
mConfig = loadAndCheckConfiguration();
|
||||
|
||||
if (mConfig != null) {
|
||||
|
||||
Reference in New Issue
Block a user