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
In particular, the following should be moved elsewhere:
[] power variable
[] brightness variable
[] setShowClock() function
[] setClockBackgroundFade() function
[] setUtcOffsetIndex() function
Consider also making some function templates to further consolidate the functions for get/set of the variables. This should reduce bugs when needing to add new functionality (such as websocket transmissions on value changes), for example.
The text was updated successfully, but these errors were encountered:
Originally posted by @tobi01001 in #216 (comment)
In particular, the following should be moved elsewhere:
power
variablebrightness
variablesetShowClock()
functionsetClockBackgroundFade()
functionsetUtcOffsetIndex()
functionConsider also making some function templates to further consolidate the functions for get/set of the variables. This should reduce bugs when needing to add new functionality (such as websocket transmissions on value changes), for example.
The text was updated successfully, but these errors were encountered: