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
I was disappointed I couldn't set the brightness of a turned off light (I'd like to do that just before I turn it on to avoid blasting full brightness for a fraction of a second in some circumstances) but I guess that's a limitation of Hue, so b.set_light() throws an error and that's ok.
But it's inconsistent with the behavior of b.set_group() which returns "success" even when all lights of the group are turned off and their brightness was not changed.
What I would expect from b.set_group() is to set the brightness of the lights that are on (if any) but also returns an error letting me know the brightness of some of them could not be changed.
The text was updated successfully, but these errors were encountered:
I was disappointed I couldn't set the brightness of a turned off light (I'd like to do that just before I turn it on to avoid blasting full brightness for a fraction of a second in some circumstances) but I guess that's a limitation of Hue, so b.set_light() throws an error and that's ok.
But it's inconsistent with the behavior of b.set_group() which returns "success" even when all lights of the group are turned off and their brightness was not changed.
What I would expect from b.set_group() is to set the brightness of the lights that are on (if any) but also returns an error letting me know the brightness of some of them could not be changed.
The text was updated successfully, but these errors were encountered: