mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
ROGCC: better handling of platform profile
This commit is contained in:
@@ -5,13 +5,14 @@ export enum Profile {
|
||||
Performance,
|
||||
Quiet,
|
||||
LowPower,
|
||||
Custom
|
||||
}
|
||||
|
||||
export enum FanType {
|
||||
CPU,
|
||||
Middle,
|
||||
GPU,
|
||||
}
|
||||
}
|
||||
|
||||
export global FanPageData {
|
||||
in-out property <[Profile]> available_profiles: [Profile.Balanced, Profile.Performance, Profile.Quiet];
|
||||
|
||||
Reference in New Issue
Block a user