fixed typo (#1173)

This commit is contained in:
Andreas Brett 2019-03-01 17:15:03 +01:00 committed by Koen Kanters
parent 05769ce1a3
commit 4ea55fe22a

View File

@ -52,7 +52,7 @@ class DeviceConfigure {
// Call configure function of this device.
mappedDevice.configure(ieeeAddr, this.zigbee.shepherd, this.zigbee.getCoordinator(), (ok, msg) => {
if (ok) {
logger.info(`Succesfully configured ${friendlyName} (${ieeeAddr})`);
logger.info(`Successfully configured ${friendlyName} (${ieeeAddr})`);
this.configured[ieeeAddr] = 'configured';
} else {
// If a device is not joined in the network the configure command may fail