michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
409 stars 114 forks source link

Update SSDPBridgeLocator.cs #102

Closed mstfldmr closed 7 years ago

mstfldmr commented 7 years ago

it was not adding any bridges to the list

mstfldmr commented 7 years ago

My change was not merged, can you please check SSDPBridgeLocator.cs line 110?

if (bridges.Where(x => x.IpAddress == ip).Any())

michielpost commented 7 years ago

It was merged, looks ok now right? https://github.com/Q42/Q42.HueApi/blob/master/src/Q42.HueApi.NET/SSDPBridgeLocator.cs#L110

If the IP is NOT in the list?

mstfldmr commented 7 years ago

yes, it's fine