Results 22 comments of Michiel Post

Thanks for your PR! Currently the frontend communicates with the backend using SignalR / websockets. The whole SignalR API is located in `StatusHub.cs` https://github.com/michielpost/HueLightDJ/blob/master/HueLightDJ.Web/Hubs/StatusHub.cs So if you need a regular...

I think that API is not available in the Remote API. It's not part of the official API specs from Hue: https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource Not sure if Hue ever published official docs...

Cool thanks, good to know! I'll close this issue now. When the API is added to the remote API, I will add it to the library.

If you download the source code, you can try the included `HueApi.ConsoleSample` It listens to all events and outputs them in the console. Not all data is mapped to classes...

Thanks for the suggestions. Certainly valid points and I've come across these threading issues myself in the past while working on HueLightDJ. So if I understand correctly, you're suggestion is...

Does the error happen on that line? Or when submitting the request? When I run this in C#, it works fine and I get an UpdateLight object with a Color...

Not sure what going on here. The code you post that is working is the same, but then as three seperate calls on three lines. It calls the same SetColor...

PR is outdated. I've used the GitHub docker build from this PR. Please submit a new PR if you want to add extra HTTP APIs.

I would also like to have the option to configure hash navigation. I'm deploying my Blazor WebAssembly to a server I don't have any control over, so I can't configure...

Yes I get the same error when I try to use them both at the same time: `Recall cannot be combined with modifying 'speed'"}]}` So it's something that has changed...