Skip to content

Commit

Permalink
Don’t return error when coordinator is already in group. #1064
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 14, 2019
1 parent 15cad74 commit d6b9627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zigbee.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Zigbee {
});
} else {
logger.debug(`Coordinator is already in group '${groupID}'`);
callback(true);
callback(false);
}
});
}
Expand Down

0 comments on commit d6b9627

Please sign in to comment.