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
src_path = "/usr/bin/gpu-usage" # source of value temperature
src_args = [ "temp" ] # only used if running a program/script
src_type = "program" # file(as in file to read from), script, program
dest_path = "/sys/class/hwmon/hwmon0/pwm4" # destination to write pwm, usually [0, 255]
dest_min = 0
dest_max = 255
default_dest_percent = 40 # in case of crash, this will be the default percentage, if the src crashes, you will be notified and the control will stop polling
points = [
[30, 30], # [ source temp, output to the pwm in percent]