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
Give each widget a separate thread to poll the current state from.
This way, setting one lights state globally would update every widget on change every x milliseconds (polling cycle time). Would remove lags when moving the main slider in realtime.
Try changing and showing the currently set brightness in realtime.
Setting a virtual pin takes time and blocks (sync).
-> try changing every component in its own thread (async)
The text was updated successfully, but these errors were encountered: