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
Move check_psu_state to a Thread instead of using a RepeatedTimer. Resolves blocking IO issues. (#84)
Use subprocess.popen with poll() for all system commands.
Only reset idleTimer if the timer object exists and is still alive. (#82)