adaptive-lighting/scripts
Mario Guggenberger f84ee445b7
Individual manual control of brightness and color (#1356)
* refactor: introduce light control parameter enum

* refactor: replace manual control flag with parameter enum

* test: update deprecated color temp attribute

* build: set execution bits on task scripts

* feat: individual manual control of brightness and color

* test: add tests for individual manual control evaluation

* fix: sequential manual changes not always detected

If multiple attributes of a light were changed within an interval, only the last change was detected because the check in the interval only used the latest event. For example, if there was a brightness change and a following color change, only the color attribute was detected as manually controlled. To fix this, the manual control attribute flags are now set directly from the event handler so that all events are processed.

* fix: invalid service description

* docs: fix missing space in config description

* refactor: pluralize multivalued bitmask enum name
2025-12-22 22:55:16 -08:00
..
develop Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
lint Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
setup-dependencies ci: workaround aiodns/pycares compatibility issue (#1351) 2025-12-12 13:29:46 -08:00
setup-devcontainer fix(devcontainer): install uv and add venv cleanup (#1317) 2025-11-30 08:14:27 -08:00
setup-symlinks Fix test_proactive_adaptation_with_separate_commands (#970) 2024-04-07 14:01:05 +02:00
update-test-matrix.py ci: add automated weekly test matrix updates 2025-11-30 08:09:19 -08:00