mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
56 lines
1.2 KiB
TypeScript
56 lines
1.2 KiB
TypeScript
/*
|
|
Generated by typeshare 1.7.0
|
|
*/
|
|
|
|
export enum CPUGovernor {
|
|
Performance = "Performance",
|
|
Powersave = "Powersave",
|
|
BadValue = "BadValue",
|
|
}
|
|
|
|
export enum CPUEPP {
|
|
Default = "Default",
|
|
Performance = "Performance",
|
|
BalancePerformance = "BalancePerformance",
|
|
BalancePower = "BalancePower",
|
|
Power = "Power",
|
|
}
|
|
|
|
export enum GpuMode {
|
|
Discrete = "Discrete",
|
|
Optimus = "Optimus",
|
|
Integrated = "Integrated",
|
|
Egpu = "Egpu",
|
|
Vfio = "Vfio",
|
|
Ultimate = "Ultimate",
|
|
Error = "Error",
|
|
NotSupported = "NotSupported",
|
|
}
|
|
|
|
/** `throttle_thermal_policy` in asus_wmi */
|
|
export enum PlatformPolicy {
|
|
Balanced = "Balanced",
|
|
Performance = "Performance",
|
|
Quiet = "Quiet",
|
|
}
|
|
|
|
/** CamelCase names of the properties. Intended for use with DBUS */
|
|
export enum Properties {
|
|
ChargeControlEndThreshold = "ChargeControlEndThreshold",
|
|
DgpuDisable = "DgpuDisable",
|
|
GpuMuxMode = "GpuMuxMode",
|
|
PostAnimationSound = "PostAnimationSound",
|
|
PanelOd = "PanelOd",
|
|
MiniLedMode = "MiniLedMode",
|
|
EgpuEnable = "EgpuEnable",
|
|
PlatformPolicy = "PlatformPolicy",
|
|
PptPl1Spl = "PptPl1Spl",
|
|
PptPl2Sppt = "PptPl2Sppt",
|
|
PptFppt = "PptFppt",
|
|
PptApuSppt = "PptApuSppt",
|
|
PptPlatformSppt = "PptPlatformSppt",
|
|
NvDynamicBoost = "NvDynamicBoost",
|
|
NvTempTarget = "NvTempTarget",
|
|
}
|
|
|