fixed typo (#1135)

* fixed typo

* Update deviceConfigure.js
This commit is contained in:
Andreas Brett
2019-02-21 18:47:05 +01:00
committed by Koen Kanters
parent 8c848b8368
commit 1862c8b035
+1 -1
View File
@@ -49,7 +49,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.push(ieeeAddr);
} else {
// If a device is not joined in the network the configure command may fail