mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-24 11:39:53 +00:00
committed by
Koen Kanters
parent
8c848b8368
commit
1862c8b035
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user