We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d6d6a commit 17c7b95Copy full SHA for 17c7b95
1 file changed
lib/logicalDevice.js
@@ -83,7 +83,7 @@ var search = function(callback) {
83
// bucket devices by groupid
84
devices.forEach(function(device) {
85
86
- if (device.name === 'BRIDGE' || device.name === 'BOOST') return; // devices to ignore in search
+ if (device.coordinator === 'false' || device.name === 'BRIDGE' || device.name === 'BOOST') return; // devices to ignore in search
87
88
if (!groups[device.group]) groups[device.group] = { members: [] };
89
0 commit comments