Skip to content

Instantly share code, notes, and snippets.

@Indigo744
Indigo744 / HueBridgeDiscovery.cs
Created December 10, 2019 12:28
Some Hue Bridge Discovery approaches using the Q42.HueApi
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Q42.HueApi;
/// <summary>
/// Some Hue Bridge Discovery approaches using the Q42.HueApi