yetanotherhueapi icon indicating copy to clipboard operation
yetanotherhueapi copied to clipboard

A Java library for controlling Philips Hue lights. Available from the Maven Central.

Results 8 yetanotherhueapi issues
Sort by recently updated
recently updated
newest added

The Hue API v2 (currently in beta) added support for push notifications using SSE. This would be a great enhancement when working with buttons. Do you have a plan to...

I would like to contribute a patch that allows the use of the uniqueId to search for lights and presence sensor. However, the new github authentication don't allow me to...

I'm not sure what the intention behind using a step builder pattern for it is with restrictions on alert and effect mode sending. It is allowed to send a State...

There's a lot of use cases for things that for some reason are just restricted. * I cant access light Ids * There is no way to read a state...

Hi, great API you made here. I've been enjoying it. I do have one question. I am using this to change the color of my Lightstrip based on other info...

Hi @ZeroOne3010, I'm Thibault, the maintainer of [OpenHue](https://github.com/openhue). I've been actively working on the [openhue-api](https://github.com/openhue/openhue-api) project, an OpenAPI spec for the Philips Hue REST API (v2). Recently, I've been thinking...

I am trying to run an example app. But it throws the following exception when I use it as written in README ``` Future bridgesFuture = new HueBridgeDiscoveryService() .discoverBridges(bridge ->...