mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Enable fan curves
This commit is contained in:
@@ -16,15 +16,25 @@ export global FanPageData {
|
||||
in-out property <[Profile]> available_profiles: [Profile.Balanced, Profile.Performance, Profile.Quiet];
|
||||
in-out property <[FanType]> available_fans: [FanType.CPU, FanType.Middle, FanType.GPU];
|
||||
|
||||
in-out property <bool> balanced_cpu_available: true;
|
||||
in-out property <bool> balanced_gpu_available: true;
|
||||
in-out property <bool> balanced_mid_available: false;
|
||||
in-out property <bool> performance_cpu_available: true;
|
||||
in-out property <bool> performance_gpu_available: true;
|
||||
in-out property <bool> performance_mid_available: false;
|
||||
in-out property <bool> quiet_cpu_available: true;
|
||||
in-out property <bool> quiet_gpu_available: true;
|
||||
in-out property <bool> quiet_mid_available: false;
|
||||
in-out property <bool> cpu_fan_available: true;
|
||||
in-out property <bool> gpu_fan_available: true;
|
||||
in-out property <bool> mid_fan_available: false;
|
||||
in-out property <bool> balanced_available: true;
|
||||
in-out property <bool> performance_available: true;
|
||||
in-out property <bool> quiet_available: false;
|
||||
|
||||
in-out property <bool> balanced_cpu_enabled: true;
|
||||
in-out property <bool> balanced_gpu_enabled: true;
|
||||
in-out property <bool> balanced_mid_enabled: false;
|
||||
in-out property <bool> performance_cpu_enabled: true;
|
||||
in-out property <bool> performance_gpu_enabled: true;
|
||||
in-out property <bool> performance_mid_enabled: false;
|
||||
in-out property <bool> quiet_cpu_enabled: true;
|
||||
in-out property <bool> quiet_gpu_enabled: true;
|
||||
in-out property <bool> quiet_mid_enabled: false;
|
||||
|
||||
callback set_fan_data(FanType, Profile, bool, [Node]);
|
||||
callback set_profile_default(Profile);
|
||||
|
||||
in-out property <[Node]> balanced_cpu: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user