Skip to content

Commit 17c7b95

Browse files
committed
Implement stephen#4
1 parent 20d6d6a commit 17c7b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/logicalDevice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var search = function(callback) {
8383
// bucket devices by groupid
8484
devices.forEach(function(device) {
8585

86-
if (device.name === 'BRIDGE' || device.name === 'BOOST') return; // devices to ignore in search
86+
if (device.coordinator === 'false' || device.name === 'BRIDGE' || device.name === 'BOOST') return; // devices to ignore in search
8787

8888
if (!groups[device.group]) groups[device.group] = { members: [] };
8989

0 commit comments

Comments
 (0)