PhilipsHue / PhilipsHueSDK-Java-MultiPlatform-Android

The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
273 stars 214 forks source link

PHUtilities.calculateXYFromRGB doesn't support Gamut C (Hue Go) #18

Closed J-Swift closed 9 years ago

J-Swift commented 9 years ago

I had a look at the source and it appears there isn't a colorPoints definition for Gamut C devices. This means it will end up with the default colorPoints definition, which is less than ideal. Is Gamut C slated for a future update? If so, when would you expect to publish that?

Thanks!

SteveyO commented 9 years ago

Hi, Yes, the Gamut C is coming in the next update (along with some other 1.7 functionality, e.g. delete lights and some new attributes ). I currently don't have a release date. As soon as I have a release date I will let you know. Hopefully soon!

Steve

J-Swift commented 9 years ago

OK, thanks Steve. I'll keep an eye out for that.

SteveyO commented 9 years ago

We have just released the Java 1.8 SDK. This includes Gamut C (Hue Go). So just pick up the 2 new .jar files (huelocalsdk.jar and huesdkresources.jar) from either the QuickStart App or Java Desktop app lib folders and hopefully everything should work out. Let me know if you have any issues. Steve