Open danielreiser opened 9 years ago
I'm also having this issue, although I'm just trying to modify an existing PHScene
object and setting its transitionTime
. The error I get when I use bridgeSendAPI saveSceneWithCurrentLightStates:completionHandler:
is resource, /scenes/8da4794f0-on-1-transition, not available
.
Well, I resolved my issue by figuring out that the scene identifier can't be as long as 8da4794f0-on-1-transition
.
thanks for letting me know. In my case I only wanted to set the transition time for one individual lamp.....
I was wondering why I can't set a transitiontime for an alert I schedule myself, but the official hue app can. The bridge always responds with:
So actually the body is just too big, 'cause i am sending a hsb value and the transition time, which is too much to handle for the bridge I guess. Any way around this?