michielpost / Q42.HueApi

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

StreamingHueClient requires app key that isn't returned in RegisterEntertainmentResult #293

Closed PonchoPowers closed 1 year ago

PonchoPowers commented 1 year ago

RegisterEntertainmentResult doesn't contain the app key so do we need to use V1 and V2 in order to use V2 as in V2 StreamingHueClient requires the app key and even LocalHueApi requires the app key, am I missing something?

PonchoPowers commented 1 year ago

Ah I see, var appKey = regResult.Username;

nm thanks anyway :)