I want to create a scene using the Hue Java SDK. This is the code I am using:
mHueSDK.getSelectedBridge().saveScene(scene, ...);
It does not work, it gives an error. This is the output in onError(...):
method, PUT, not available for resource, /scenes
Why doesn't this work?
Thanks for any help.