PhilipsHue / PhilipsHueSDK-Java-MultiPlatform-Android

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

This code is now deprecated, is there an ETA when this API will no longer work? #46

Open danzada1 opened 6 years ago

danzada1 commented 6 years ago

This code is now deprecated, is there an ETA when this API will no longer work?

Thanks!

TobseF commented 5 years ago

Yes you are right, The Philips HUE SDK was deprecated on July 1st 2019. So it won't get any updates anymore.

Existing Hue SDK client applications will continue to work normally but we can no longer guarantee long term compatibility with future Hue software.

They favor the REST API of the bridge. The offical Get Started guide shows the easy usage of this API.

And if if you want a simple modern typesafe Java API which you can include as Maven / Gradle dependency try the : :point_right:yetanotherhueapi.

So there is no need anymore to include this PhilipsHueSDK jars in your current projects.