Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_light vs set_group : discrepancy #211

Open
Nickduino opened this issue Dec 26, 2023 · 0 comments
Open

set_light vs set_group : discrepancy #211

Nickduino opened this issue Dec 26, 2023 · 0 comments

Comments

@Nickduino
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant