mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
parent
2f557bd397
commit
e226cd229e
@ -79,7 +79,7 @@ class DeviceBind extends BaseExtension {
|
||||
}
|
||||
|
||||
if (!attemptedToBindSomething) {
|
||||
logger.error(`Nothing to bind from '${sourceName}' to '${targetName}'`);
|
||||
logger.error(`Nothing to ${type} from '${sourceName}' to '${targetName}'`);
|
||||
this.mqtt.log(`device_${type}_failed`, {from: sourceName, to: targetName});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user