• Ahh, try:

        devices.forEach(function(dev) {
          if (dev.name == "whatever") found = true;
        });
    
About

Avatar for Gordon @Gordon started