Steffen U.

Results 1 issues of Steffen U.

``` const discovery = require('node-hue-api').discovery ; async function getBridge() { const results = await discovery.mdnsSearch(); // Results will be an array of bridges that were found console.log(JSON.stringify(results, null, 2)); }...