mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 18:11:36 +00:00
@@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user