Ville Saalo

Results 17 comments of Ville Saalo

I've created pull request number 10 for this one.

Hey, thanks for submitting this as an issue! You are definitely right, the SSE would be an awesome feature to have and I'll definitely want the library to have it...

Luckily the client side of the SSE protocol seems simple enough, there should be no need to use any libraries... 🤞

@philipparndt @NathanSweet Hi, I've just pushed a commit to the [api-v2 branch](https://github.com/ZeroOne3010/yetanotherhueapi/tree/api-v2) in case you would like to take a look at the initial events API support. 😊 The new...

Hi Dan, thanks for your message! Sorry that you feel the library has let you down. 😞 As to your first point about light ids, I wonder what's your use...

Hi @fk0ff92, thanks for chiming in! It seems that the ids are really required and it has been a mistake not to make them public in the past already. I...

@mathias-ewald Hi there, thanks for your message! I suppose it all boils down to "can't get it right for everyone the first time"... If it's of any comfort, I've got...

Hey, thanks for your message! :) Reading the colors back from the lights is a bit tricky, that's why it has not exactly been implemented. See, the API returns the...

I'll ditch the step builder pattern with the Hue Bridge API v2. You might want to peek into the `api-v2` branch. It's still very rudimentary, but you'll get the jist....

Interesting. Are you saying this library does not work with Java 11, or why would this be necessary? Does it need to be Java 11, or could we go directly...