Skip to content

WIP: backend: brightness: remove unnecessary usage of timer

Let the brighness helper do the change animation. onDeviceChanged will notify us any changes on the device. Then we just save it and forward it to upper layer with onBrightnessChanged.

Merge request reports