mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Don’t return error when coordinator is already in group. https://github.com/Koenkk/zigbee2mqtt/issues/1064
This commit is contained in:
parent
15cad740ee
commit
d6b9627146
@ -146,7 +146,7 @@ class Zigbee {
|
||||
});
|
||||
} else {
|
||||
logger.debug(`Coordinator is already in group '${groupID}'`);
|
||||
callback(true);
|
||||
callback(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user