You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
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:
[{
"error": {
"type": 7,
"address": "/schedules/command/body",
"description": "invalid value, too big, for parameter, body"
}
}]
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: